summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/program/brya/i2c.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/program/brya/i2c.dts b/zephyr/program/brya/i2c.dts
index f930167eeb..1926fd61e3 100644
--- a/zephyr/program/brya/i2c.dts
+++ b/zephyr/program/brya/i2c.dts
@@ -124,6 +124,10 @@
nct3808_alert_1 {
compatible = "nuvoton,nct38xx-gpio-alert";
+ /* a duplicate of the <&gpio_usb_c0_c2_tcpc_int_odl> node in
+ * "named-gpios". This is the Zephyr preferred style,
+ * the "named-gpios" node will be dealt with at a later date.
+ */
irq-gpios = <&gpioe 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
nct38xx-dev = <&nct3808_0_P1 &nct3808_0_P2>;
label = "NCT3808_ALERT_1";