ARM: dts: aspeed: Add G4 USB Virtual Hub

This adds the (disabled by default) device node for the
Aspeed virtual hub,a long with clocks and pinmux.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Benjamin Herrenschmidt 2018-06-29 13:51:02 +10:00 коммит произвёл Joel Stanley
Родитель 112c5a640c
Коммит 608d05c61c
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -131,6 +131,16 @@
*/
};
vhub: usb-vhub@1e6a0000 {
compatible = "aspeed,ast2400-usb-vhub";
reg = <0x1e6a0000 0x300>;
interrupts = <5>;
clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb2d_default>;
status = "disabled";
};
apb {
compatible = "simple-bus";
#address-cells = <1>;