aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/brcm/bcm97125cbmb.dts
blob: e046b1109eabeeb111a2e9a736af99583ee4ce50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/dts-v1/;

/include/ "bcm7125.dtsi"

/ {
	compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
	model = "Broadcom BCM97125CBMB";

	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x10000000>;
	};

	chosen {
		bootargs = "console=ttyS0,115200";
		stdout-path = &uart0;
	};
};

&uart0 {
	status = "okay";
};

/* FIXME: USB is wonky; disable it for now */
&ehci0 {
	status = "disabled";
};

&ohci0 {
	status = "disabled";
};