blob: ee4607fae47accb047197ded65b43e09aea7addb [file] [log] [blame]
Kevin Cernekee8945e372014-12-25 09:49:20 -08001/dts-v1/;
2
3/include/ "bcm7358.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,bcm97358svmb", "brcm,bcm7358";
8 model = "Broadcom BCM97358SVMB";
9
10 memory@0 {
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
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 Shinad837832015-10-21 11:36:59 +090033&bsca {
34 status = "okay";
35};
36
37&bscb {
38 status = "okay";
39};
40
41&bscc {
42 status = "okay";
43};
44
45&bscd {
46 status = "okay";
47};
48
Jaedon Shin7bbe59d2016-08-19 11:52:26 +090049&pwma {
50 status = "okay";
51};
52
53&pwmb {
54 status = "okay";
55};
56
Kevin Cernekee8945e372014-12-25 09:49:20 -080057&enet0 {
58 status = "okay";
59};
60
61&ehci0 {
62 status = "okay";
63};
64
65&ohci0 {
66 status = "okay";
67};
Jaedon Shincfc8be02016-08-19 11:52:29 +090068
69&nand {
70 status = "okay";
71};