Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / mips / boot / dts / brcm / bcm97420c.dts
1 /dts-v1/;
2
3 /include/ "bcm7420.dtsi"
4
5 / {
6         compatible = "brcm,bcm97420c", "brcm,bcm7420";
7         model = "Broadcom BCM97420C";
8
9         memory@0 {
10                 device_type = "memory";
11                 reg = <0x00000000 0x10000000>,
12                       <0x20000000 0x30000000>,
13                       <0x60000000 0x10000000>;
14         };
15
16         chosen {
17                 bootargs = "console=ttyS0,115200";
18                 stdout-path = &uart0;
19         };
20 };
21
22 &uart0 {
23         status = "okay";
24 };
25
26 /* FIXME: MAC driver comes up but cannot attach to PHY */
27 &enet0 {
28         status = "disabled";
29 };
30
31 &ehci0 {
32         status = "okay";
33 };
34
35 &ohci0 {
36         status = "okay";
37 };
38
39 &ehci1 {
40         status = "okay";
41 };
42
43 &ohci1 {
44         status = "okay";
45 };