xref: /freebsd-src/sys/contrib/device-tree/src/arm/broadcom/bcm963138.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Copyright 2022 Broadcom Ltd.
4f126890aSEmmanuel Vadot */
5f126890aSEmmanuel Vadot
6f126890aSEmmanuel Vadot/dts-v1/;
7f126890aSEmmanuel Vadot
8f126890aSEmmanuel Vadot#include "bcm63138.dtsi"
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot/ {
11f126890aSEmmanuel Vadot	model = "Broadcom BCM963138 Reference Board";
12f126890aSEmmanuel Vadot	compatible = "brcm,bcm963138", "brcm,bcm63138", "brcm,bcmbca";
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&serial0 {
26f126890aSEmmanuel Vadot	status = "okay";
27f126890aSEmmanuel Vadot};
28f126890aSEmmanuel Vadot
29f126890aSEmmanuel Vadot&hsspi {
30f126890aSEmmanuel Vadot	status = "okay";
31f126890aSEmmanuel Vadot};
32*01950c46SEmmanuel Vadot
33*01950c46SEmmanuel Vadot&nand_controller {
34*01950c46SEmmanuel Vadot	brcm,wp-not-connected;
35*01950c46SEmmanuel Vadot	status = "okay";
36*01950c46SEmmanuel Vadot};
37*01950c46SEmmanuel Vadot
38*01950c46SEmmanuel Vadot&nandcs {
39*01950c46SEmmanuel Vadot	nand-on-flash-bbt;
40*01950c46SEmmanuel Vadot	brcm,nand-ecc-use-strap;
41*01950c46SEmmanuel Vadot};
42