xref: /freebsd-src/sys/contrib/device-tree/src/arm/broadcom/bcm963138dvt.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Broadcom BCM63138 Reference Board DTS
4f126890aSEmmanuel Vadot */
5f126890aSEmmanuel Vadot
6f126890aSEmmanuel Vadot/dts-v1/;
7f126890aSEmmanuel Vadot
8f126890aSEmmanuel Vadot#include "bcm63138.dtsi"
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot/ {
11f126890aSEmmanuel Vadot	compatible = "brcm,BCM963138DVT", "brcm,bcm63138", "brcm,bcmbca";
12f126890aSEmmanuel Vadot	model = "Broadcom BCM963138DVT";
13f126890aSEmmanuel Vadot
14f126890aSEmmanuel Vadot	chosen {
15f126890aSEmmanuel Vadot		bootargs = "console=ttyS0,115200";
16f126890aSEmmanuel Vadot		stdout-path = &serial0;
17f126890aSEmmanuel Vadot	};
18f126890aSEmmanuel Vadot
19f126890aSEmmanuel Vadot	memory@0 {
20f126890aSEmmanuel Vadot		device_type = "memory";
21f126890aSEmmanuel Vadot		reg = <0x0 0x08000000>;
22f126890aSEmmanuel Vadot	};
23f126890aSEmmanuel Vadot
24f126890aSEmmanuel Vadot};
25f126890aSEmmanuel Vadot
26f126890aSEmmanuel Vadot&serial0 {
27f126890aSEmmanuel Vadot	status = "okay";
28f126890aSEmmanuel Vadot};
29f126890aSEmmanuel Vadot
30f126890aSEmmanuel Vadot&serial1 {
31f126890aSEmmanuel Vadot	status = "okay";
32f126890aSEmmanuel Vadot};
33f126890aSEmmanuel Vadot
34f126890aSEmmanuel Vadot&nand_controller {
35*01950c46SEmmanuel Vadot	brcm,wp-not-connected;
36f126890aSEmmanuel Vadot	status = "okay";
37*01950c46SEmmanuel Vadot};
38f126890aSEmmanuel Vadot
39*01950c46SEmmanuel Vadot&nandcs {
40f126890aSEmmanuel Vadot	nand-ecc-strength = <4>;
41f126890aSEmmanuel Vadot	nand-ecc-step-size = <512>;
42*01950c46SEmmanuel Vadot	brcm,nand-oob-sector-size = <16>;
43*01950c46SEmmanuel Vadot	nand-on-flash-bbt;
44f126890aSEmmanuel Vadot};
45f126890aSEmmanuel Vadot
46f126890aSEmmanuel Vadot&ahci {
47f126890aSEmmanuel Vadot	status = "okay";
48f126890aSEmmanuel Vadot};
49f126890aSEmmanuel Vadot
50f126890aSEmmanuel Vadot&sata_phy {
51f126890aSEmmanuel Vadot	status = "okay";
52f126890aSEmmanuel Vadot};
53f126890aSEmmanuel Vadot
54f126890aSEmmanuel Vadot&hsspi {
55f126890aSEmmanuel Vadot	status = "okay";
56f126890aSEmmanuel Vadot};
57