License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / mips / boot / dts / brcm / bcm97125cbmb.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
8945e37e
KC
2/dts-v1/;
3
4/include/ "bcm7125.dtsi"
5
6/ {
7 compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
8 model = "Broadcom BCM97125CBMB";
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
5c40d493
JS
25&uart1 {
26 status = "okay";
27};
28
29&uart2 {
30 status = "okay";
31};
32
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/* FIXME: USB is wonky; disable it for now */
54&ehci0 {
55 status = "disabled";
56};
57
58&ohci0 {
59 status = "disabled";
60};
d783738c
JS
61
62&mspi {
63 status = "okay";
64};