summaryrefslogtreecommitdiff
path: root/zephyr/projects/skyrim/gpio.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/skyrim/gpio.dts')
-rw-r--r--zephyr/projects/skyrim/gpio.dts13
1 files changed, 0 insertions, 13 deletions
diff --git a/zephyr/projects/skyrim/gpio.dts b/zephyr/projects/skyrim/gpio.dts
index 8b328b76c4..14441a450c 100644
--- a/zephyr/projects/skyrim/gpio.dts
+++ b/zephyr/projects/skyrim/gpio.dts
@@ -16,32 +16,26 @@
enum-name = "GPIO_PACKET_MODE_EN";
};
gpio_mech_pwr_btn_odl: mech_pwr_btn_odl {
- #gpio-cells = <0>;
gpios = <&gpiod 2 GPIO_INPUT>;
enum-name = "GPIO_POWER_BUTTON_L";
};
gpio_slp_s3_l: slp_s3_l {
- #gpio-cells = <0>;
gpios = <&gpio6 1 GPIO_INPUT>;
enum-name = "GPIO_PCH_SLP_S3_L";
};
gpio_slp_s5_l: slp_s5_l {
- #gpio-cells = <0>;
gpios = <&gpio7 2 GPIO_INPUT>;
enum-name = "GPIO_PCH_SLP_S5_L";
};
gpio_pg_pwr_s5: pg_pwr_s5 {
- #gpio-cells = <0>;
gpios = <&gpioc 0 GPIO_INPUT>;
enum-name = "GPIO_S5_PGOOD";
};
gpio_s0_pgood: pg_pcore_s0_r_od {
- #gpio-cells = <0>;
gpios = <&gpiob 6 GPIO_INPUT>;
enum-name = "GPIO_S0_PGOOD";
};
gpio_acok_od: acok_od {
- #gpio-cells = <0>;
gpios = <&gpio0 0 GPIO_INPUT>;
enum-name = "GPIO_AC_PRESENT";
};
@@ -77,32 +71,26 @@
gpios = <&gpioe 2 GPIO_INPUT>;
};
gpio_usb_c0_tcpc_int_odl: usb_c0_tcpc_int_odl {
- #gpio-cells = <0>;
gpios = <&gpioe 0 GPIO_INPUT>;
enum-name = "GPIO_USB_C0_TCPC_INT_ODL";
};
gpio_usb_c1_tcpc_int_odl: usb_c1_tcpc_int_odl {
- #gpio-cells = <0>;
gpios = <&gpioc 7 GPIO_INPUT>;
enum-name = "GPIO_USB_C1_TCPC_INT_ODL";
};
gpio_usb_c0_ppc_int_odl: usb_c0_ppc_int_odl {
- #gpio-cells = <0>;
gpios = <&gpio7 5 GPIO_INPUT>;
enum-name = "GPIO_USB_C0_PPC_INT_ODL";
};
gpio_usb_c1_ppc_int_odl: usb_c1_ppc_int_odl {
- #gpio-cells = <0>;
gpios = <&gpiod 4 GPIO_INPUT>;
enum-name = "GPIO_USB_C1_PPC_INT_ODL";
};
gpio_usb_c0_bc12_int_odl: usb_c0_bc12_int_odl {
- #gpio-cells = <0>;
gpios = <&gpioa 4 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_USB_C0_BC12_INT_ODL";
};
gpio_usb_c1_bc12_int_odl: usb_c1_bc12_int_odl {
- #gpio-cells = <0>;
gpios = <&gpio9 6 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_USB_C1_BC12_INT_ODL";
};
@@ -123,7 +111,6 @@
enum-name = "GPIO_USB_C1_DP_HPD";
};
gpio_lid_open: lid_open {
- #gpio-cells = <0>;
gpios = <&gpio0 2 GPIO_INPUT>;
enum-name = "GPIO_LID_OPEN";
};