]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/bcm963138dvt.dts
ARM: dts: BCM63xx: Fix DTC W=1 warnings
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / bcm963138dvt.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
9c8c1b97
FF
2/*
3 * Broadcom BCM63138 Reference Board DTS
4 */
5
6/dts-v1/;
7
8#include "bcm63138.dtsi"
9
10/ {
11 compatible = "brcm,BCM963138DVT", "brcm,bcm63138";
12 model = "Broadcom BCM963138DVT";
13
14 chosen {
15 bootargs = "console=ttyS0,115200";
16 stdout-path = &serial0;
17 };
18
f6bf1729 19 memory@0 {
e8bd76dc 20 device_type = "memory";
9c8c1b97
FF
21 reg = <0x0 0x08000000>;
22 };
23
24};
25
26&serial0 {
27 status = "okay";
28};
29
30&serial1 {
31 status = "okay";
32};
b5762cac
BN
33
34&nand {
35 status = "okay";
36
37 nandcs@0 {
38 compatible = "brcm,nandcs";
39 reg = <0>;
40 nand-ecc-strength = <4>;
41 nand-ecc-step-size = <512>;
42 brcm,nand-oob-sectors-size = <16>;
43 };
44};
ae269963
FF
45
46&ahci {
47 status = "okay";
48};
49
50&sata_phy {
51 status = "okay";
52};