1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright 2022 Broadcom Ltd. 4 */ 5 6 /dts-v1/; 7 8 #include "bcm4908.dtsi" 9 10 / { 11 model = "Broadcom BCM94908 Reference Board"; 12 compatible = "brcm,bcm94908", "brcm,bcm4908", "brcm,bcmbca"; 13 14 aliases { 15 serial0 = &uart0; 16 }; 17 18 chosen { 19 stdout-path = "serial0:115200n8"; 20 }; 21 22 memory@0 { 23 device_type = "memory"; 24 reg = <0x0 0x0 0x0 0x08000000>; 25 }; 26 }; 27 28 &uart0 { 29 status = "okay"; 30 }; 31 32 &hsspi { 33 status = "okay"; 34 }; 35 36 &nand_controller { 37 status = "okay"; 38 }; 39 40 &nandcs { 41 nand-on-flash-bbt; 42 brcm,nand-ecc-use-strap; 43 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.