1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 #include "bcm6368.dtsi" 4 #include "bcm6368.dtsi" 5 5 6 / { 6 / { 7 compatible = "brcm,bcm96368mvwg", "brc 7 compatible = "brcm,bcm96368mvwg", "brcm,bcm6368"; 8 model = "Broadcom BCM96368MVWG"; 8 model = "Broadcom BCM96368MVWG"; 9 9 10 memory@0 { 10 memory@0 { 11 device_type = "memory"; 11 device_type = "memory"; 12 reg = <0x00000000 0x04000000>; 12 reg = <0x00000000 0x04000000>; 13 }; 13 }; 14 14 15 chosen { 15 chosen { 16 bootargs = "console=ttyS0,1152 16 bootargs = "console=ttyS0,115200"; 17 stdout-path = &uart0; 17 stdout-path = &uart0; 18 }; 18 }; 19 }; 19 }; 20 20 21 &uart0 { 21 &uart0 { 22 status = "okay"; 22 status = "okay"; 23 }; 23 }; 24 24 25 /* FIXME: need to set up USB_CTRL registers fi 25 /* FIXME: need to set up USB_CTRL registers first */ 26 &ehci { 26 &ehci { 27 status = "disabled"; 27 status = "disabled"; 28 }; 28 }; 29 29 30 &ohci { 30 &ohci { 31 status = "disabled"; 31 status = "disabled"; 32 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.