Skip to content

Commit 41a6d0e

Browse files
wkenningtonamboar
authored andcommitted
ARM: dts: nuvoton: Add OHCI node
The EHCI peripheral already exists in the devicetree, but the hardware also supports a discrete OHCI unit on the same USB PHY. Generic OHCI works fine for this device already and has been tested on real hardware. Signed-off-by: William A. Kennington III <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 366c846 commit 41a6d0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@
156156
status = "disabled";
157157
};
158158

159+
ohci1: usb@f0807000 {
160+
compatible = "generic-ohci";
161+
reg = <0xf0807000 0x1000>;
162+
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
163+
status = "disabled";
164+
};
165+
159166
fiu0: spi@fb000000 {
160167
compatible = "nuvoton,npcm750-fiu";
161168
#address-cells = <1>;

0 commit comments

Comments
 (0)