diff options
author | Neal Liu <neal_liu@aspeedtech.com> | 2022-05-18 08:20:42 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-05-19 09:09:36 +0200 |
commit | c9cb67c3a650ef880ddbfc5906e2b9f51726dd5c (patch) | |
tree | f93c5a0e38fbe3b51217a72a6c6986e6458e6801 | |
parent | ARM: dts: aspeed-g4: Set spi-max-frequency for all flashes (diff) | |
download | linux-c9cb67c3a650ef880ddbfc5906e2b9f51726dd5c.tar.xz linux-c9cb67c3a650ef880ddbfc5906e2b9f51726dd5c.zip |
ARM: dts: aspeed: Add USB2.0 device controller node
Add USB2.0 device controller(udc) node to device tree
for AST2600.
Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Link: https://lore.kernel.org/r/20220518062043.1075360-3-neal_liu@aspeedtech.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 19c15e7fde60..7de9d1d5ae46 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -303,6 +303,16 @@ status = "disabled"; }; + udc: usb@1e6a2000 { + compatible = "aspeed,ast2600-udc"; + reg = <0x1e6a2000 0x300>; + interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb2bd_default>; + status = "disabled"; + }; + apb { compatible = "simple-bus"; #address-cells = <1>; |