mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-25 15:51:30 +00:00
ARM: dts: rmobile: Enable USB on E2 Alt
The E2 Alt board has two USB ports, add missing DT nodes to make the USB available. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
8c56350169
commit
81abfa68f1
1 changed files with 28 additions and 0 deletions
|
@ -13,6 +13,30 @@
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pci0 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&usb0_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pci1 {
|
||||||
|
status = "okay";
|
||||||
|
pinctrl-0 = <&usb1_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
};
|
||||||
|
|
||||||
|
&pfc {
|
||||||
|
usb0_pins: usb0 {
|
||||||
|
groups = "usb0";
|
||||||
|
function = "usb0";
|
||||||
|
};
|
||||||
|
|
||||||
|
usb1_pins: usb1 {
|
||||||
|
groups = "usb1";
|
||||||
|
function = "usb1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&scif2 {
|
&scif2 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
|
@ -23,3 +47,7 @@
|
||||||
spi-rx-bus-width = <1>;
|
spi-rx-bus-width = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usbphy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue