blob: 7f59ea2ded6cb3ac37e8357a439baa46aee3428b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Kevin Cernekee8945e372014-12-25 09:49:20 -08002/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
Jaedon Shin5c40d492016-04-06 15:01:08 +090025&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
Jaedon Shin7bbe59d2016-08-19 11:52:26 +090049&pwma {
50 status = "okay";
51};
52
Kevin Cernekee8945e372014-12-25 09:49:20 -080053/* FIXME: USB is wonky; disable it for now */
54&ehci0 {
55 status = "disabled";
56};
57
58&ohci0 {
59 status = "disabled";
60};
Jaedon Shind7837382017-01-10 11:00:31 +090061
62&mspi {
63 status = "okay";
64};