Merge tag 'mvebu-dt64-4.8-1' of git://git.infradead.org/linux-mvebu into next/dt64
[deliverable/linux.git] / 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 &uart1 {
27 status = "okay";
28 };
29
30 &uart2 {
31 status = "okay";
32 };
33
34 &bsca {
35 status = "okay";
36 };
37
38 &bscb {
39 status = "okay";
40 };
41
42 &bscc {
43 status = "okay";
44 };
45
46 &bscd {
47 status = "okay";
48 };
49
50 &bsce {
51 status = "okay";
52 };
53
54 /* FIXME: MAC driver comes up but cannot attach to PHY */
55 &enet0 {
56 status = "disabled";
57 };
58
59 &ehci0 {
60 status = "okay";
61 };
62
63 &ohci0 {
64 status = "okay";
65 };
66
67 &ehci1 {
68 status = "okay";
69 };
70
71 &ohci1 {
72 status = "okay";
73 };
This page took 0.033962 seconds and 6 git commands to generate.