1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright 2022 Broadcom Ltd. 4 */ 5 6 /dts-v1/; 7 8 #include "bcm63138.dtsi" 9 10 / { 11 model = "Broadcom BCM963138 Reference Board"; 12 compatible = "brcm,bcm963138", "brcm,bcm63138", "brcm,bcmbca"; 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 &serial0 { 26 status = "okay"; 27 }; 28 29 &hsspi { 30 status = "okay"; 31 }; 32 33 &nand_controller { 34 brcm,wp-not-connected; 35 status = "okay"; 36 }; 37 38 &nandcs { 39 nand-on-flash-bbt; 40 brcm,nand-ecc-use-strap; 41 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.