blob: 68fd823868e07a3f580ca97960a93f78d36afaae [file] [log] [blame]
Kevin Cernekee8945e372014-12-25 09:49:20 -08001/dts-v1/;
2
3/include/ "bcm7362.dtsi"
Jaedon Shincfc8be02016-08-19 11:52:29 +09004/include/ "bcm97xxx-nand-cs1-bch4.dtsi"
Kevin Cernekee8945e372014-12-25 09:49:20 -08005
6/ {
7 compatible = "brcm,bcm97362svmb", "brcm,bcm7362";
8 model = "Broadcom BCM97362SVMB";
9
10 memory@0 {
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>, <0x20000000 0x30000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200";
17 stdout-path = &uart0;
18 };
19};
20
21&uart0 {
22 status = "okay";
23};
24
Jaedon Shin8bac0782015-05-08 21:59:18 +090025&uart1 {
26 status = "okay";
27};
28
29&uart2 {
30 status = "okay";
31};
32
Jaedon Shinf50cbf52015-10-21 11:37:01 +090033&bsca {
34 status = "okay";
35};
36
37&bscb {
38 status = "okay";
39};
40
41&bscd {
42 status = "okay";
43};
44
Jaedon Shin7bbe59d2016-08-19 11:52:26 +090045&pwma {
46 status = "okay";
47};
48
Kevin Cernekee8945e372014-12-25 09:49:20 -080049&enet0 {
50 status = "okay";
51};
52
53&ehci0 {
54 status = "okay";
55};
56
57&ohci0 {
58 status = "okay";
59};
Jaedon Shin1b04be22015-10-27 15:48:11 +090060
Jaedon Shincfc8be02016-08-19 11:52:29 +090061&nand {
62 status = "okay";
63};
64
Jaedon Shin1b04be22015-10-27 15:48:11 +090065&sata {
66 status = "okay";
67};
68
69&sata_phy {
70 status = "okay";
71};
Jaedon Shinb2420e22016-08-19 11:52:28 +090072
73&sdhci0 {
74 status = "okay";
75};