1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 #include "bcm3384_zephyr.dtsi" 4 #include "bcm3384_zephyr.dtsi" 5 5 6 / { 6 / { 7 compatible = "brcm,bcm93384wvg", "brcm 7 compatible = "brcm,bcm93384wvg", "brcm,bcm3384"; 8 model = "Broadcom BCM93384WVG"; 8 model = "Broadcom BCM93384WVG"; 9 9 10 chosen { 10 chosen { 11 bootargs = "console=ttyS0,1152 11 bootargs = "console=ttyS0,115200"; 12 stdout-path = &uart0; 12 stdout-path = &uart0; 13 }; 13 }; 14 }; 14 }; 15 15 16 &uart0 { 16 &uart0 { 17 status = "okay"; 17 status = "okay"; 18 }; 18 }; 19 19 20 &ehci0 { 20 &ehci0 { 21 status = "okay"; 21 status = "okay"; 22 }; 22 }; 23 23 24 &ohci0 { 24 &ohci0 { 25 status = "okay"; 25 status = "okay"; 26 }; 26 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.