summaryrefslogtreecommitdiff
path: root/zephyr/program/trogdor/lazor/interrupts.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/trogdor/lazor/interrupts.dts')
-rw-r--r--zephyr/program/trogdor/lazor/interrupts.dts10
1 files changed, 0 insertions, 10 deletions
diff --git a/zephyr/program/trogdor/lazor/interrupts.dts b/zephyr/program/trogdor/lazor/interrupts.dts
index 5c2ed35e90..90e20b8e48 100644
--- a/zephyr/program/trogdor/lazor/interrupts.dts
+++ b/zephyr/program/trogdor/lazor/interrupts.dts
@@ -81,16 +81,6 @@
flags = <GPIO_INT_EDGE_BOTH>;
handler = "chipset_warm_reset_interrupt";
};
- int_usb_c0_tcpc: usb_c0_tcpc {
- irq-pin = <&gpio_usb_c0_pd_int_odl>;
- flags = <GPIO_INT_EDGE_FALLING>;
- handler = "tcpc_alert_event";
- };
- int_usb_c1_tcpc: usb_c1_tcpc {
- irq-pin = <&gpio_usb_c1_pd_int_odl>;
- flags = <GPIO_INT_EDGE_FALLING>;
- handler = "tcpc_alert_event";
- };
int_usb_c0_swctl: usb_c0_swctl {
irq-pin = <&gpio_usb_c0_swctl_int_odl>;
flags = <GPIO_INT_EDGE_FALLING>;