blob: b880c018f3d8f60023bfdd5e217cea3832f3107e [file] [log] [blame]
Kevin Cernekee8945e372014-12-25 09:49:20 -08001/dts-v1/;
2
3/include/ "bcm7362.dtsi"
4
5/ {
6 compatible = "brcm,bcm97362svmb", "brcm,bcm7362";
7 model = "Broadcom BCM97362SVMB";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x00000000 0x10000000>, <0x20000000 0x30000000>;
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
Jaedon Shinf50cbf52015-10-21 11:37:01 +090032&bsca {
33 status = "okay";
34};
35
36&bscb {
37 status = "okay";
38};
39
40&bscd {
41 status = "okay";
42};
43
Jaedon Shin7bbe59d2016-08-19 11:52:26 +090044&pwma {
45 status = "okay";
46};
47
Kevin Cernekee8945e372014-12-25 09:49:20 -080048&enet0 {
49 status = "okay";
50};
51
52&ehci0 {
53 status = "okay";
54};
55
56&ohci0 {
57 status = "okay";
58};
Jaedon Shin1b04be22015-10-27 15:48:11 +090059
60&sata {
61 status = "okay";
62};
63
64&sata_phy {
65 status = "okay";
66};