1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
| // SPDX-License-Identifier: GPL-2.0
| /dts-v1/;
|
| /include/ "bcm7420.dtsi"
|
| / {
| compatible = "brcm,bcm97420c", "brcm,bcm7420";
| model = "Broadcom BCM97420C";
|
| memory@0 {
| device_type = "memory";
| reg = <0x00000000 0x10000000>,
| <0x20000000 0x30000000>,
| <0x60000000 0x10000000>;
| };
|
| chosen {
| bootargs = "console=ttyS0,115200";
| stdout-path = &uart0;
| };
| };
|
| &uart0 {
| status = "okay";
| };
|
| &uart1 {
| status = "okay";
| };
|
| &uart2 {
| status = "okay";
| };
|
| &bsca {
| status = "okay";
| };
|
| &bscb {
| status = "okay";
| };
|
| &bscc {
| status = "okay";
| };
|
| &bscd {
| status = "okay";
| };
|
| &bsce {
| status = "okay";
| };
|
| &pwma {
| status = "okay";
| };
|
| &pwmb {
| status = "okay";
| };
|
| &watchdog {
| status = "okay";
| };
|
| /* FIXME: MAC driver comes up but cannot attach to PHY */
| &enet0 {
| status = "disabled";
| };
|
| &ehci0 {
| status = "okay";
| };
|
| &ohci0 {
| status = "okay";
| };
|
| &ehci1 {
| status = "okay";
| };
|
| &ohci1 {
| status = "okay";
| };
|
| &mspi {
| status = "okay";
| };
|
|