]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm/broadcom/bcm963138dvt.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm / broadcom / bcm963138dvt.dts
1 // SPDX-License-Identifier: GPL-2.0
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", "brcm,bcmbca";
12 model = "Broadcom BCM963138DVT";
13
14 chosen {
15 bootargs = "console=ttyS0,115200";
16 stdout-path = &serial0;
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x0 0x08000000>;
22 };
23
24 };
25
26 &serial0 {
27 status = "okay";
28 };
29
30 &serial1 {
31 status = "okay";
32 };
33
34 &nand_controller {
35 status = "okay";
36
37 nand@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 };
45
46 &ahci {
47 status = "okay";
48 };
49
50 &sata_phy {
51 status = "okay";
52 };
53
54 &hsspi {
55 status = "okay";
56 };