summaryrefslogtreecommitdiff
path: root/zephyr/program/herobrine/hoglin/project.overlay
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/herobrine/hoglin/project.overlay')
-rw-r--r--zephyr/program/herobrine/hoglin/project.overlay12
1 files changed, 10 insertions, 2 deletions
diff --git a/zephyr/program/herobrine/hoglin/project.overlay b/zephyr/program/herobrine/hoglin/project.overlay
index cabc9cbeda..dd192d22f9 100644
--- a/zephyr/program/herobrine/hoglin/project.overlay
+++ b/zephyr/program/herobrine/hoglin/project.overlay
@@ -42,7 +42,11 @@
tcpc_port0: ps8xxx@1b {
compatible = "parade,ps8xxx";
reg = <0x1b>;
- 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>;
};
};
@@ -51,6 +55,10 @@
tcpc_port1: ps8xxx@1b {
compatible = "parade,ps8xxx";
reg = <0x1b>;
- 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>;
};
};