blob: 3a9f3b26e46500872252d6f6b822e0967559dd53 [file] [log] [blame]
/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/ {
aliases {
gpio-wp = &ec_wp_l;
};
named-gpios {
compatible = "named-gpios";
ec_wp_l: write-protect {
gpios = <&gpioa 0 GPIO_INPUT>;
};
/* unimplemented GPIOs */
entering-rw {
enum-name = "GPIO_ENTERING_RW";
};
};
};
&cros_kb_raw {
status = "okay";
pinctrl-0 = <>;
pinctrl-names = "default";
};