blob: eee8b0e32681541266b70caa5d4b07ff789d35aa [file] [log] [blame]
Kevin Cernekee8945e372014-12-25 09:49:20 -08001/dts-v1/;
2
3/include/ "bcm7360.dtsi"
4
5/ {
6 compatible = "brcm,bcm97360svmb", "brcm,bcm7360";
7 model = "Broadcom BCM97360SVMB";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x00000000 0x10000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200";
16 stdout-path = &uart0;
17 };
18};
19
20&uart0 {
21 status = "okay";
22};
23
Jaedon Shin8bac0782015-05-08 21:59:18 +090024&uart1 {
25 status = "okay";
26};
27
28&uart2 {
29 status = "okay";
30};
31
Kevin Cernekee8945e372014-12-25 09:49:20 -080032&enet0 {
33 status = "okay";
34};
35
36&ehci0 {
37 status = "okay";
38};
39
40&ohci0 {
41 status = "okay";
42};