summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/delbin/gpio.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/volteer/delbin/gpio.dts')
-rw-r--r--zephyr/projects/volteer/delbin/gpio.dts13
1 files changed, 0 insertions, 13 deletions
diff --git a/zephyr/projects/volteer/delbin/gpio.dts b/zephyr/projects/volteer/delbin/gpio.dts
index 0b25cfbfdc..38ce67b243 100644
--- a/zephyr/projects/volteer/delbin/gpio.dts
+++ b/zephyr/projects/volteer/delbin/gpio.dts
@@ -8,62 +8,50 @@
compatible = "named-gpios";
gpio_ec_lid_open: ec_lid_open {
- #gpio-cells = <0>;
gpios = <&gpiod 2 GPIO_INPUT>;
enum-name = "GPIO_LID_OPEN";
};
gpio_ec_wp_l: ec_wp_l {
- #gpio-cells = <0>;
gpios = <&gpioa 1 GPIO_INPUT>;
enum-name = "GPIO_WP_L";
};
gpio_h1_ec_pwr_btn_odl: h1_ec_pwr_btn_odl {
- #gpio-cells = <0>;
gpios = <&gpio0 1 GPIO_INPUT>;
enum-name = "GPIO_POWER_BUTTON_L";
};
gpio_acok_od: acok_od {
- #gpio-cells = <0>;
gpios = <&gpio0 0 GPIO_INPUT>;
enum-name = "GPIO_AC_PRESENT";
};
gpio_slp_s0_l: slp_s0_l {
- #gpio-cells = <0>;
gpios = <&gpiod 5 GPIO_INPUT>;
enum-name = "GPIO_PCH_SLP_S0_L";
};
gpio_slp_s3_l: slp_s3_l {
- #gpio-cells = <0>;
gpios = <&gpioa 5 GPIO_INPUT>;
enum-name = "GPIO_PCH_SLP_S3_L";
};
gpio_slp_sus_l: slp_sus_l {
- #gpio-cells = <0>;
gpios = <&gpiod 7 GPIO_INPUT>;
enum-name = "GPIO_SLP_SUS_L";
};
gpio_pg_ec_rsmrst_odl: pg_ec_rsmrst_odl {
- #gpio-cells = <0>;
gpios = <&gpioe 2 GPIO_INPUT>;
enum-name = "GPIO_PG_EC_RSMRST_ODL";
};
gpio_dsw_pwrok: dsw_pwrok {
- #gpio-cells = <0>;
gpios = <&gpioc 7 GPIO_INPUT>;
enum-name = "GPIO_PG_EC_DSW_PWROK";
};
gpio_pg_ec_all_sys_pwrgd: pg_ec_all_sys_pwrgd {
- #gpio-cells = <0>;
gpios = <&gpiof 4 GPIO_INPUT>;
enum-name = "GPIO_PG_EC_ALL_SYS_PWRGD";
};
gpio_ec_imu_int_l: ec_imu_int_l {
- #gpio-cells = <0>;
gpios = <&gpio5 6 GPIO_INPUT>;
enum-name = "GPIO_EC_IMU_INT_L";
};
gpio_tablet_mode_l: tablet_mode_l {
- #gpio-cells = <0>;
gpios = <&gpio9 5 GPIO_INPUT>;
enum-name = "GPIO_TABLET_MODE_L";
};
@@ -138,7 +126,6 @@
enum-name = "GPIO_CPU_PROCHOT";
};
gpio_ec_prochot_in_l: ec_prochot_in_l {
- #gpio-cells = <0>;
gpios = <&gpiof 0 GPIO_INPUT>;
enum-name = "GPIO_EC_PROCHOT_IN_L";
};