Kevin Cernekee | 8945e37 | 2014-12-25 09:49:20 -0800 | [diff] [blame] | 1 | /dts-v1/; |
2 | |||||
3 | /include/ "bcm7358.dtsi" | ||||
Jaedon Shin | cfc8be0 | 2016-08-19 11:52:29 +0900 | [diff] [blame^] | 4 | /include/ "bcm97xxx-nand-cs1-bch4.dtsi" |
Kevin Cernekee | 8945e37 | 2014-12-25 09:49:20 -0800 | [diff] [blame] | 5 | |
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 Shin | 8bac078 | 2015-05-08 21:59:18 +0900 | [diff] [blame] | 25 | &uart1 { |
26 | status = "okay"; | ||||
27 | }; | ||||
28 | |||||
29 | &uart2 { | ||||
30 | status = "okay"; | ||||
31 | }; | ||||
32 | |||||
Jaedon Shin | ad83783 | 2015-10-21 11:36:59 +0900 | [diff] [blame] | 33 | &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 Shin | 7bbe59d | 2016-08-19 11:52:26 +0900 | [diff] [blame] | 49 | &pwma { |
50 | status = "okay"; | ||||
51 | }; | ||||
52 | |||||
53 | &pwmb { | ||||
54 | status = "okay"; | ||||
55 | }; | ||||
56 | |||||
Kevin Cernekee | 8945e37 | 2014-12-25 09:49:20 -0800 | [diff] [blame] | 57 | &enet0 { |
58 | status = "okay"; | ||||
59 | }; | ||||
60 | |||||
61 | &ehci0 { | ||||
62 | status = "okay"; | ||||
63 | }; | ||||
64 | |||||
65 | &ohci0 { | ||||
66 | status = "okay"; | ||||
67 | }; | ||||
Jaedon Shin | cfc8be0 | 2016-08-19 11:52:29 +0900 | [diff] [blame^] | 68 | |
69 | &nand { | ||||
70 | status = "okay"; | ||||
71 | }; |