1*b97ee269SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT 2*b97ee269SEmmanuel Vadot 3*b97ee269SEmmanuel Vadot/dts-v1/; 4*b97ee269SEmmanuel Vadot 5*b97ee269SEmmanuel Vadot#include "bcm4912.dtsi" 6*b97ee269SEmmanuel Vadot 7*b97ee269SEmmanuel Vadot/ { 8*b97ee269SEmmanuel Vadot compatible = "asus,gt-ax6000", "brcm,bcm4912", "brcm,bcmbca"; 9*b97ee269SEmmanuel Vadot model = "Asus GT-AX6000"; 10*b97ee269SEmmanuel Vadot 11*b97ee269SEmmanuel Vadot memory@0 { 12*b97ee269SEmmanuel Vadot device_type = "memory"; 13*b97ee269SEmmanuel Vadot reg = <0x00 0x00 0x00 0x40000000>; 14*b97ee269SEmmanuel Vadot }; 15*b97ee269SEmmanuel Vadot}; 16*b97ee269SEmmanuel Vadot 17*b97ee269SEmmanuel Vadot&uart0 { 18*b97ee269SEmmanuel Vadot status = "okay"; 19*b97ee269SEmmanuel Vadot}; 20