Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 
0004 #include "bcm7125.dtsi"
0005 
0006 / {
0007         compatible = "brcm,bcm97125cbmb", "brcm,bcm7125";
0008         model = "Broadcom BCM97125CBMB";
0009 
0010         memory@0 {
0011                 device_type = "memory";
0012                 reg = <0x00000000 0x10000000>;
0013         };
0014 
0015         chosen {
0016                 bootargs = "console=ttyS0,115200";
0017                 stdout-path = &uart0;
0018         };
0019 };
0020 
0021 &uart0 {
0022         status = "okay";
0023 };
0024 
0025 &uart1 {
0026         status = "okay";
0027 };
0028 
0029 &uart2 {
0030         status = "okay";
0031 };
0032 
0033 &bsca {
0034         status = "okay";
0035 };
0036 
0037 &bscb {
0038         status = "okay";
0039 };
0040 
0041 &bscc {
0042         status = "okay";
0043 };
0044 
0045 &bscd {
0046         status = "okay";
0047 };
0048 
0049 &pwma {
0050         status = "okay";
0051 };
0052 
0053 &watchdog {
0054         status = "okay";
0055 };
0056 
0057 /* FIXME: USB is wonky; disable it for now */
0058 &ehci0 {
0059         status = "disabled";
0060 };
0061 
0062 &ohci0 {
0063         status = "disabled";
0064 };
0065 
0066 &mspi {
0067         status = "okay";
0068 };