summaryrefslogtreecommitdiff
path: root/zephyr/program/herobrine/i2c.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/herobrine/i2c.dtsi')
-rw-r--r--zephyr/program/herobrine/i2c.dtsi12
1 files changed, 10 insertions, 2 deletions
diff --git a/zephyr/program/herobrine/i2c.dtsi b/zephyr/program/herobrine/i2c.dtsi
index c5526afa9f..fa4c1c2960 100644
--- a/zephyr/program/herobrine/i2c.dtsi
+++ b/zephyr/program/herobrine/i2c.dtsi
@@ -95,7 +95,11 @@
tcpc_port0: ps8xxx@b {
compatible = "parade,ps8xxx";
reg = <0xb>;
- int-pin = <&gpio_usb_c0_pd_int_odl>;
+ /* a duplicate of the <&gpio_usb_c0_pd_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_ACTIVE_LOW>;
};
};
@@ -120,7 +124,11 @@
tcpc_port1: ps8xxx@b {
compatible = "parade,ps8xxx";
reg = <0xb>;
- int-pin = <&gpio_usb_c1_pd_int_odl>;
+ /* a duplicate of the <&gpio_usb_c1_pd_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 = <&gpiof 5 GPIO_ACTIVE_LOW>;
};
};