summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/volteer/usbc.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/volteer/volteer/usbc.dts')
-rw-r--r--zephyr/projects/volteer/volteer/usbc.dts19
1 files changed, 0 insertions, 19 deletions
diff --git a/zephyr/projects/volteer/volteer/usbc.dts b/zephyr/projects/volteer/volteer/usbc.dts
deleted file mode 100644
index c07ff7e037..0000000000
--- a/zephyr/projects/volteer/volteer/usbc.dts
+++ /dev/null
@@ -1,19 +0,0 @@
-/ {
- usbc {
- port0: usbc-port0 {
- bc12 {
- compatible = "pericom,pi3usb9201";
- port = <&i2c_usb_c0>;
- irq = <&int_usb_c0_bc12>;
- };
- };
-
- port1: usbc-port1 {
- bc12 {
- compatible = "pericom,pi3usb9201";
- port = <&i2c_usb_c1>;
- irq = <&int_usb_c1_mix_bc12>;
- };
- };
- };
-};