blob: 600d57abee05c1bb8e8f22c57d67f1fb7a509a8c [file] [log] [blame]
Kevin Cernekee8945e372014-12-25 09:49:20 -08001/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
Jaedon Shin5c40d492016-04-06 15:01:08 +090026&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
Kevin Cernekee8945e372014-12-25 09:49:20 -080054/* 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};