License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / mips / boot / dts / brcm / bcm97360svmb.dts
blob73c6dc9c8c6db9fb55738363b4d5d507c1c26c57
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 /include/ "bcm7360.dtsi"
6 / {
7         compatible = "brcm,bcm97360svmb", "brcm,bcm7360";
8         model = "Broadcom BCM97360SVMB";
10         memory@0 {
11                 device_type = "memory";
12                 reg = <0x00000000 0x10000000>;
13         };
15         chosen {
16                 bootargs = "console=ttyS0,115200";
17                 stdout-path = &uart0;
18         };
21 &uart0 {
22         status = "okay";
25 &uart1 {
26         status = "okay";
29 &uart2 {
30         status = "okay";
33 &bsca {
34         status = "okay";
37 &bscb {
38         status = "okay";
41 &bscc {
42         status = "okay";
45 &bscd {
46         status = "okay";
49 &pwma {
50         status = "okay";
53 &enet0 {
54         status = "okay";
57 &ehci0 {
58         status = "okay";
61 &ohci0 {
62         status = "okay";
65 &sata {
66         status = "okay";
69 &sata_phy {
70         status = "okay";
73 &sdhci0 {
74         status = "okay";
77 &qspi {
78         status = "okay";
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;
89                 partitions {
90                         compatible = "fixed-partitions";
91                         #address-cells = <1>;
92                         #size-cells = <1>;
94                         flash0.cfe@0 {
95                                 reg = <0x0 0x200000>;
96                         };
98                         flash0.mac@200000 {
99                                 reg = <0x200000 0x40000>;
100                         };
102                         flash0.nvram@240000 {
103                                 reg = <0x240000 0x10000>;
104                         };
105                 };
106         };
109 &mspi {
110         status = "okay";