blob: e66271af055e74fd19c41f8390019c19c2fd08b9 [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
Jaedon Shin7bbe59d2016-08-19 11:52:26 +090054&pwma {
55 status = "okay";
56};
57
58&pwmb {
59 status = "okay";
60};
61
Kevin Cernekee8945e372014-12-25 09:49:20 -080062/* FIXME: MAC driver comes up but cannot attach to PHY */
63&enet0 {
64 status = "disabled";
65};
66
67&ehci0 {
68 status = "okay";
69};
70
71&ohci0 {
72 status = "okay";
73};
74
75&ehci1 {
76 status = "okay";
77};
78
79&ohci1 {
80 status = "okay";
81};