summaryrefslogtreecommitdiff
path: root/zephyr/projects/asurada/hayato/gpio.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/asurada/hayato/gpio.dts')
-rw-r--r--zephyr/projects/asurada/hayato/gpio.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/zephyr/projects/asurada/hayato/gpio.dts b/zephyr/projects/asurada/hayato/gpio.dts
index 865eefaec2..af725dfabe 100644
--- a/zephyr/projects/asurada/hayato/gpio.dts
+++ b/zephyr/projects/asurada/hayato/gpio.dts
@@ -8,56 +8,46 @@
compatible = "named-gpios";
power_button_l: power_button_l {
- #gpio-cells = <0>;
gpios = <&gpioe 4 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_POWER_BUTTON_L";
};
lid_open: lid_open {
- #gpio-cells = <0>;
gpios = <&gpioe 2 GPIO_INPUT>;
enum-name = "GPIO_LID_OPEN";
};
gpio_tablet_mode_l: tablet_mode_l {
- #gpio-cells = <0>;
gpios = <&gpioj 7 GPIO_INPUT>;
enum-name = "GPIO_TABLET_MODE_L";
};
gpio_ap_ec_warm_rst_req: ap_ec_warm_rst_req {
- #gpio-cells = <0>;
gpios = <&gpiod 3 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
enum-name = "GPIO_AP_EC_WARM_RST_REQ";
};
ap_ec_watchdog_l: ap_ec_watchdog_l {
- #gpio-cells = <0>;
gpios = <&gpioc 7 (GPIO_INPUT | GPIO_VOLTAGE_1P8 |
GPIO_ACTIVE_LOW)>;
enum-name = "GPIO_AP_EC_WATCHDOG_L";
};
ap_in_sleep_l: ap_in_sleep_l {
- #gpio-cells = <0>;
gpios = <&gpiof 2 (GPIO_INPUT_PULL_DOWN |
GPIO_VOLTAGE_1P8 | GPIO_ACTIVE_LOW)>;
enum-name = "GPIO_AP_IN_SLEEP_L";
};
gpio_ap_xhci_init_done: ap_xhci_init_done {
- #gpio-cells = <0>;
gpios = <&gpiod 2 (GPIO_INPUT_PULL_DOWN |
GPIO_VOLTAGE_1P8)>;
enum-name = "GPIO_AP_XHCI_INIT_DONE";
};
pmic_ec_pwrgd: pmic_ec_pwrgd {
- #gpio-cells = <0>;
gpios = <&gpiof 3 (GPIO_INPUT_PULL_DOWN |
GPIO_VOLTAGE_1P8 | GPIO_ACTIVE_HIGH)>;
enum-name = "GPIO_PMIC_EC_PWRGD";
};
gpio_accel_gyro_int_l: base_imu_int_l {
- #gpio-cells = <0>;
gpios = <&gpioj 2 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
enum-name = "GPIO_EC_IMU_INT_L";
};
gpio_lid_accel_int_l: lid_accel_int_l {
- #gpio-cells = <0>;
gpios = <&gpioj 3 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
enum-name = "GPIO_LID_ACCEL_INT_L";
};
@@ -66,17 +56,14 @@
enum-name = "GPIO_ALS_RGB_INT_ODL";
};
gpio_usb_c0_ppc_int_odl: usb_c0_ppc_int_odl {
- #gpio-cells = <0>;
gpios = <&gpiod 1 GPIO_INPUT>;
enum-name = "GPIO_USB_C0_PPC_INT_ODL";
};
gpio_usb_c0_bc12_int_odl: usb_c0_bc12_int_odl {
- #gpio-cells = <0>;
gpios = <&gpioj 6 GPIO_INPUT>;
enum-name = "GPIO_USB_C0_BC12_INT_ODL";
};
gpio_usb_c1_bc12_int_l: usb_c1_bc12_int_l {
- #gpio-cells = <0>;
gpios = <&gpioj 4 GPIO_INPUT>;
enum-name = "GPIO_USB_C1_BC12_INT_L";
};
@@ -89,7 +76,6 @@
enum-name = "GPIO_VOLUME_UP_L";
};
ac_present: ac_present {
- #gpio-cells = <0>;
gpios = <&gpioe 5 GPIO_INPUT>;
enum-name = "GPIO_AC_PRESENT";
};
@@ -98,11 +84,9 @@
enum-name = "GPIO_WP";
};
gpio_spi0_cs: spi0_cs {
- #gpio-cells = <0>;
gpios = <&gpiom 5 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
};
gpio_x_ec_gpio2: x_ec_gpio2 {
- #gpio-cells = <0>;
gpios = <&gpiob 2 GPIO_ODR_HIGH>;
enum-name = "GPIO_X_EC_GPIO2";
};