Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Broadcom BCM63138 Reference Board DTS
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "bcm63138.dtsi"
0009 
0010 / {
0011         compatible = "brcm,BCM963138DVT", "brcm,bcm63138", "brcm,bcmbca";
0012         model = "Broadcom BCM963138DVT";
0013 
0014         chosen {
0015                 bootargs = "console=ttyS0,115200";
0016                 stdout-path = &serial0;
0017         };
0018 
0019         memory@0 {
0020                 device_type = "memory";
0021                 reg = <0x0 0x08000000>;
0022         };
0023 
0024 };
0025 
0026 &serial0 {
0027         status = "okay";
0028 };
0029 
0030 &serial1 {
0031         status = "okay";
0032 };
0033 
0034 &nand_controller {
0035         status = "okay";
0036 
0037         nand@0 {
0038                 compatible = "brcm,nandcs";
0039                 reg = <0>;
0040                 nand-ecc-strength = <4>;
0041                 nand-ecc-step-size = <512>;
0042                 brcm,nand-oob-sectors-size = <16>;
0043         };
0044 };
0045 
0046 &ahci {
0047         status = "okay";
0048 };
0049 
0050 &sata_phy {
0051         status = "okay";
0052 };