Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- usb_pins_a: usb1@0 {
- allwinner,pins = "PH6";
- allwinner,function = "gpio_in";
- allwinner,drive = <0>;
- allwinner,pull = <0>;
- };
- ohci0: ohci0@0x01c14400 {
- compatible = "sunxi-ohci";
- reg = <0x01c14400 0x58>;
- interrupts = <64>;
- clocks = <&usb 2>, <&usb 0>, <&ahb_gates 2>;
- clock-names = "phy-gate", "ohci-gate", "ohci-ahb";
- pinctrl-names = "default";
- pinctrl-0 = <&usb_pins_a>;
- status = "okay";
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement