diff options
Diffstat (limited to 'sys/gnu/dts/arm/bcm988312hr.dts')
-rw-r--r-- | sys/gnu/dts/arm/bcm988312hr.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/gnu/dts/arm/bcm988312hr.dts b/sys/gnu/dts/arm/bcm988312hr.dts index 74e15a3cd9f8..bce251a68591 100644 --- a/sys/gnu/dts/arm/bcm988312hr.dts +++ b/sys/gnu/dts/arm/bcm988312hr.dts @@ -60,7 +60,7 @@ }; }; -/* USB 2/3 support needed to be complete */ +/* USB 3 support needed to be complete */ &amac0 { status = "okay"; @@ -74,6 +74,10 @@ status = "okay"; }; +&ehci0 { + status = "okay"; +}; + &nand { nandcs@0 { compatible = "brcm,nandcs"; @@ -112,6 +116,10 @@ }; }; +&ohci0 { + status = "okay"; +}; + &pcie0 { status = "okay"; }; |