summaryrefslogtreecommitdiff
path: root/zephyr/projects/volteer/volteer/usbc.dts
blob: 35035e8bf11e52dc772f7e37101a7b87252011e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>;
			};
		};
	};
};