summaryrefslogtreecommitdiff
path: root/zephyr/boards/riscv/it8xxx2_evb
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2021-12-30 16:42:50 +0000
committerCommit Bot <commit-bot@chromium.org>2022-01-04 21:57:06 +0000
commit36dabd70c5125b42e1c7b2eab4897b7be679d2f3 (patch)
tree07e06aed2e33ee93443a702dd9adb619a211738e /zephyr/boards/riscv/it8xxx2_evb
parente7387610873d2ebdcc42b81fd85498b0c556b7aa (diff)
downloadchrome-ec-36dabd70c5125b42e1c7b2eab4897b7be679d2f3.tar.gz
zephyr: dts: drop named-gpio labels and match up net names
Label property for named-gpio nodes is unused sice: dcf34010e2 zephyr: use node name for gpio and pwm structures Drop the label property from most board dts files, and in few cases change the node name to match the net name used in the board schematics. BRANCH=none BUG=b:208436570 TEST=cq dry-run Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: Ic1d97ee216710e94640c854767237106fbeabf6c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3362465 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/boards/riscv/it8xxx2_evb')
-rw-r--r--zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts20
1 files changed, 0 insertions, 20 deletions
diff --git a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
index 0e1297345e..542ecc5d66 100644
--- a/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
+++ b/zephyr/boards/riscv/it8xxx2_evb/it8xxx2_evb.dts
@@ -26,103 +26,83 @@
power_button_l: power_button_l {
gpios = <&gpioe 4 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_POWER_BUTTON_L";
- label = "POWER_BUTTON_L";
};
lid_open: lid_open {
gpios = <&gpioe 2 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_LID_OPEN";
- label = "LID_OPEN";
};
wp_l {
gpios = <&gpioi 4 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_WP_L";
- label = "WP_L";
};
pch_pltrst_l {
gpios = <&gpioe 3 GPIO_INPUT_PULL_UP>;
enum-name = "GPIO_PCH_RSMRST_L";
- label = "PCH_PLTRST_L";
};
uart1_rx {
gpios = <&gpiob 0 GPIO_INPUT_PULL_UP>;
#enum-name = "GPIO_UART1_RX";
- label = "UART1_RX";
};
pch_smi_l {
gpios = <&gpiod 3 GPIO_OUT_HIGH>;
#enum-name = "GPIO_PCH_SMI_L";
- label = "PCH_SMI_L";
};
pch_sci_l {
gpios = <&gpiod 4 GPIO_OUT_HIGH>;
#enum-name = "GPIO_PCH_SCI_L";
- label = "PCH_SCI_L";
};
gate_a20_h {
gpios = <&gpiob 5 GPIO_OUT_HIGH>;
#enum-name = "GPIO_GATE_A20_H";
- label = "GATE_A20_H";
};
sys_reset_l {
gpios = <&gpiob 6 GPIO_OUT_HIGH>;
enum-name = "GPIO_SYS_RESET_L";
- label = "SYS_RESET_L";
};
lpc_clkrun_l {
gpios = <&gpioh 0 GPIO_OUT_LOW>;
#enum-name = "GPIO_LPC_CLKRUN_L";
- label = "LPC_CLKRUN_L";
};
pch_wake_l {
gpios = <&gpiob 7 GPIO_OUT_HIGH>;
enum-name = "GPIO_EC_PCH_WAKE_ODL";
- label = "PCH_WAKE_L";
};
i2c_a_scl {
gpios = <&gpiob 3 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C0_SENSOR_SCL";
- label = "I2C_A_SCL";
};
i2c_a_sda {
gpios = <&gpiob 4 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C0_SENSOR_SDA";
- label = "I2C_A_SDA";
};
i2c_b_scl {
gpios = <&gpioc 1 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C1_USB_C0_SCL";
- label = "I2C_B_SCL";
};
i2c_b_sda {
gpios = <&gpioc 2 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C1_USB_C0_SDA";
- label = "I2C_B_SDA";
};
i2c_c_scl {
gpios = <&gpiof 6 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C2_USB_C1_SCL";
- label = "I2C_C_SCL";
};
i2c_c_sda {
gpios = <&gpiof 7 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C2_USB_C1_SDA";
- label = "I2C_C_SDA";
};
i2c_e_scl {
gpios = <&gpioe 0 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C5_BATTERY_SCL";
- label = "I2C_E_SCL";
};
i2c_e_sda {
gpios = <&gpioe 7 GPIO_INPUT>;
enum-name = "GPIO_EC_I2C5_BATTERY_SDA";
- label = "I2C_E_SDA";
};
spi0_cs {
gpios = <&gpiom 5 (GPIO_INPUT | GPIO_VOLTAGE_1P8)>;
enum-name = "GPIO_SPI0_CS";
- label = "SPI0_CS";
};
};