Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/bcm97125cbmb.dts,v rcsdiff: /ftp/cvs/cvsroot/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/bcm97125cbmb.dts,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1.4.1 retrieving revision 1.1.1.1.4.2 diff -u -p -r1.1.1.1.4.1 -r1.1.1.1.4.2 --- src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/bcm97125cbmb.dts 2017/06/15 20:14:25 1.1.1.1.4.1 +++ src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/bcm97125cbmb.dts 2017/07/18 16:08:54 1.1.1.1.4.2 @@ -0,0 +1,63 @@ +/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"; +}; + +&uart1 { + status = "okay"; +}; + +&uart2 { + status = "okay"; +}; + +&bsca { + status = "okay"; +}; + +&bscb { + status = "okay"; +}; + +&bscc { + status = "okay"; +}; + +&bscd { + status = "okay"; +}; + +&pwma { + status = "okay"; +}; + +/* FIXME: USB is wonky; disable it for now */ +&ehci0 { + status = "disabled"; +}; + +&ohci0 { + status = "disabled"; +}; + +&mspi { + status = "okay"; +};