WIP FPC-III support
[linux/fpc-iii.git] / arch / mips / boot / dts / brcm / bcm96368mvwg.dts
blob6d772c394e41b264370cae54f2aa55e329c25b57
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 /include/ "bcm6368.dtsi"
6 / {
7         compatible = "brcm,bcm96368mvwg", "brcm,bcm6368";
8         model = "Broadcom BCM96368MVWG";
10         memory@0 {
11                 device_type = "memory";
12                 reg = <0x00000000 0x04000000>;
13         };
15         chosen {
16                 bootargs = "console=ttyS0,115200";
17                 stdout-path = &uart0;
18         };
21 &uart0 {
22         status = "okay";
25 /* FIXME: need to set up USB_CTRL registers first */
26 &ehci {
27         status = "disabled";
30 &ohci {
31         status = "disabled";