License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / mips / boot / dts / brcm / bcm97360svmb.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
8945e37e
KC
2/dts-v1/;
3
4/include/ "bcm7360.dtsi"
5
6/ {
7 compatible = "brcm,bcm97360svmb", "brcm,bcm7360";
8 model = "Broadcom BCM97360SVMB";
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
8bac078c
JS
25&uart1 {
26 status = "okay";
27};
28
29&uart2 {
30 status = "okay";
31};
32
fb575b85
JS
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
7bbe59dd
JS
49&pwma {
50 status = "okay";
51};
52
8945e37e
KC
53&enet0 {
54 status = "okay";
55};
56
57&ehci0 {
58 status = "okay";
59};
60
61&ohci0 {
62 status = "okay";
63};
5c40d493
JS
64
65&sata {
66 status = "okay";
67};
68
69&sata_phy {
70 status = "okay";
71};
b2420e27
JS
72
73&sdhci0 {
74 status = "okay";
75};
d783738c
JS
76
77&qspi {
78 status = "okay";
79
80 m25p80@0 {
81 compatible = "m25p80";
82 reg = <0>;
83 spi-max-frequency = <40000000>;
84 spi-cpol;
85 spi-cpha;
86 use-bspi;
87 m25p,fast-read;
88
89 partitions {
90 compatible = "fixed-partitions";
91 #address-cells = <1>;
92 #size-cells = <1>;
93
94 flash0.cfe@0 {
95 reg = <0x0 0x200000>;
96 };
97
98 flash0.mac@200000 {
99 reg = <0x200000 0x40000>;
100 };
101
102 flash0.nvram@240000 {
103 reg = <0x240000 0x10000>;
104 };
105 };
106 };
107};
108
109&mspi {
110 status = "okay";
111};