ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree

Add the EHCI and OHCI entries to the Northstar Plus device tree files.

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Jon Mason
2017-03-07 18:34:04 -05:00
committato da Florian Fainelli
parent bb097e3e00
commit 1d8ece6639
9 ha cambiato i file con 83 aggiunte e 5 eliminazioni

Vedi File

@@ -59,7 +59,7 @@
};
};
/* USB 2/3 and SLIC support needed to be complete */
/* USB 3 and SLIC support needed to be complete */
&amac0 {
status = "okay";
@@ -73,6 +73,10 @@
status = "okay";
};
&ehci0 {
status = "okay";
};
&nand {
nandcs@0 {
compatible = "brcm,nandcs";
@@ -111,6 +115,10 @@
};
};
&ohci0 {
status = "okay";
};
&pcie0 {
status = "okay";
};