]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/mips/boot/dts/brcm/bcm97362svmb.dts
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / mips / boot / dts / brcm / bcm97362svmb.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
8945e37e
KC
2/dts-v1/;
3
4/include/ "bcm7362.dtsi"
cfc8be04 5/include/ "bcm97xxx-nand-cs1-bch4.dtsi"
8945e37e
KC
6
7/ {
8 compatible = "brcm,bcm97362svmb", "brcm,bcm7362";
9 model = "Broadcom BCM97362SVMB";
10
11 memory@0 {
12 device_type = "memory";
13 reg = <0x00000000 0x10000000>, <0x20000000 0x30000000>;
14 };
15
16 chosen {
17 bootargs = "console=ttyS0,115200";
18 stdout-path = &uart0;
19 };
20};
21
22&uart0 {
23 status = "okay";
24};
25
8bac078c
JS
26&uart1 {
27 status = "okay";
28};
29
30&uart2 {
31 status = "okay";
32};
33
f50cbf53
JS
34&bsca {
35 status = "okay";
36};
37
38&bscb {
39 status = "okay";
40};
41
42&bscd {
43 status = "okay";
44};
45
7bbe59dd
JS
46&pwma {
47 status = "okay";
48};
49
8945e37e
KC
50&enet0 {
51 status = "okay";
52};
53
54&ehci0 {
55 status = "okay";
56};
57
58&ohci0 {
59 status = "okay";
60};
1b04be20 61
cfc8be04
JS
62&nand {
63 status = "okay";
64};
65
1b04be20
JS
66&sata {
67 status = "okay";
68};
69
70&sata_phy {
71 status = "okay";
72};
b2420e27
JS
73
74&sdhci0 {
75 status = "okay";
76};
d783738c
JS
77
78&mspi {
79 status = "okay";
80};