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