xref: /freebsd-src/sys/contrib/device-tree/src/arm/broadcom/bcm96878.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2f126890aSEmmanuel Vadot/*
3f126890aSEmmanuel Vadot * Copyright 2019 Broadcom Ltd.
4f126890aSEmmanuel Vadot */
5f126890aSEmmanuel Vadot
6f126890aSEmmanuel Vadot/dts-v1/;
7f126890aSEmmanuel Vadot
8f126890aSEmmanuel Vadot#include "bcm6878.dtsi"
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot/ {
11f126890aSEmmanuel Vadot	model = "Broadcom BCM96878 Reference Board";
12f126890aSEmmanuel Vadot	compatible = "brcm,bcm96878", "brcm,bcm6878", "brcm,bcmbca";
13f126890aSEmmanuel Vadot
14f126890aSEmmanuel Vadot	aliases {
15f126890aSEmmanuel Vadot		serial0 = &uart0;
16f126890aSEmmanuel Vadot	};
17f126890aSEmmanuel Vadot
18f126890aSEmmanuel Vadot	chosen {
19f126890aSEmmanuel Vadot		stdout-path = "serial0:115200n8";
20f126890aSEmmanuel Vadot	};
21f126890aSEmmanuel Vadot
22f126890aSEmmanuel Vadot	memory@0 {
23f126890aSEmmanuel Vadot		device_type = "memory";
24f126890aSEmmanuel Vadot		reg = <0x0 0x08000000>;
25f126890aSEmmanuel Vadot	};
26f126890aSEmmanuel Vadot};
27f126890aSEmmanuel Vadot
28f126890aSEmmanuel Vadot&uart0 {
29f126890aSEmmanuel Vadot	status = "okay";
30f126890aSEmmanuel Vadot};
31f126890aSEmmanuel Vadot
32f126890aSEmmanuel Vadot&hsspi {
33f126890aSEmmanuel Vadot	status = "okay";
34f126890aSEmmanuel Vadot};
35*01950c46SEmmanuel Vadot
36*01950c46SEmmanuel Vadot&nand_controller {
37*01950c46SEmmanuel Vadot	brcm,wp-not-connected;
38*01950c46SEmmanuel Vadot	status = "okay";
39*01950c46SEmmanuel Vadot};
40*01950c46SEmmanuel Vadot
41*01950c46SEmmanuel Vadot&nandcs {
42*01950c46SEmmanuel Vadot	nand-on-flash-bbt;
43*01950c46SEmmanuel Vadot	brcm,nand-ecc-use-strap;
44*01950c46SEmmanuel Vadot};
45