1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2 3 /dts-v1/; 4 5 #include "bcm4912.dtsi" 6 7 / { 8 compatible = "asus,gt-ax6000", "brcm,bcm4912", "brcm,bcmbca"; 9 model = "Asus GT-AX6000"; 10 11 memory@0 { 12 device_type = "memory"; 13 reg = <0x00 0x00 0x00 0x40000000>; 14 }; 15 }; 16 17 &uart0 { 18 status = "okay"; 19 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.