mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 16:14:25 +08:00
f6bf17291d
Fix the bulk of the unit_address_vs_reg warnings and unnecessary \#address-cells/#size-cells without "ranges" or child "reg" property Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
53 lines
677 B
Plaintext
53 lines
677 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Broadcom BCM63138 Reference Board DTS
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "bcm63138.dtsi"
|
|
|
|
/ {
|
|
compatible = "brcm,BCM963138DVT", "brcm,bcm63138";
|
|
model = "Broadcom BCM963138DVT";
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200";
|
|
stdout-path = &serial0;
|
|
};
|
|
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x08000000>;
|
|
};
|
|
|
|
};
|
|
|
|
&serial0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&serial1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&nand {
|
|
status = "okay";
|
|
|
|
nandcs@0 {
|
|
compatible = "brcm,nandcs";
|
|
reg = <0>;
|
|
nand-ecc-strength = <4>;
|
|
nand-ecc-step-size = <512>;
|
|
brcm,nand-oob-sectors-size = <16>;
|
|
};
|
|
};
|
|
|
|
&ahci {
|
|
status = "okay";
|
|
};
|
|
|
|
&sata_phy {
|
|
status = "okay";
|
|
};
|