License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.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
19 memory {
20 reg = <0x0 0x08000000>;
21 };
22
23};
24
25&serial0 {
26 status = "okay";
27};
28
29&serial1 {
30 status = "okay";
31};
b5762cac
BN
32
33&nand {
34 status = "okay";
35
36 nandcs@0 {
37 compatible = "brcm,nandcs";
38 reg = <0>;
39 nand-ecc-strength = <4>;
40 nand-ecc-step-size = <512>;
41 brcm,nand-oob-sectors-size = <16>;
42 };
43};