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, 19 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/volteer/usbc.dts b/zephyr/projects/volteer/volteer/usbc.dts
new file mode 100644
index 0000000000..35035e8bf1
--- /dev/null
+++ b/zephyr/projects/volteer/volteer/usbc.dts
@@ -0,0 +1,19 @@
+/ {
+ usbc {
+ port0: usbc-port0 {
+ bc12 {
+ compatible = "pericom,pi3usb9201";
+ port = <&i2c_usb_c0>;
+ irq = <&gpio_usb_c0_bc12_int_odl>;
+ };
+ };
+
+ port1: usbc-port1 {
+ bc12 {
+ compatible = "pericom,pi3usb9201";
+ port = <&i2c_usb_c1>;
+ irq = <&gpio_usb_c1_bc12_int_odl>;
+ };
+ };
+ };
+};