Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add usb support for dm814x-evm

Add usb support for dm814x-evm

Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

+24
+24
arch/arm/boot/dts/dm8148-evm.dts
··· 56 56 DM814X_IOPAD(0x093C, PIN_INPUT_PULLUP | 0x80) /* GP1[6] */ 57 57 >; 58 58 }; 59 + 60 + usb0_pins: pinmux_usb0_pins { 61 + pinctrl-single,pins = < 62 + DM814X_IOPAD(0x0c34, PIN_OUTPUT | 0x1) /* USB0_DRVVBUS */ 63 + >; 64 + }; 65 + 66 + usb1_pins: pinmux_usb1_pins { 67 + pinctrl-single,pins = < 68 + DM814X_IOPAD(0x0834, PIN_OUTPUT | 0x80) /* USB1_DRVVBUS */ 69 + >; 70 + }; 71 + }; 72 + 73 + &usb0 { 74 + pinctrl-names = "default"; 75 + pinctrl-0 = <&usb0_pins>; 76 + dr_mode = "host"; 77 + }; 78 + 79 + &usb1 { 80 + pinctrl-names = "default"; 81 + pinctrl-0 = <&usb1_pins>; 82 + dr_mode = "host"; 59 83 };