1 // SPDX-License-Identifier: GPL-2.0 OR MIT 2 /* 3 * Copyright 2014 Carlo Caione <carlo@caione.org> 4 */ 5 6 /dts-v1/; 7 #include "meson6.dtsi" 8 9 / { 10 model = "Geniatech ATV1200"; 11 compatible = "geniatech,atv1200", "amlogic,meson6"; 12 13 aliases { 14 serial0 = &uart_AO; 15 }; 16 17 chosen { 18 stdout-path = "serial0:115200n8"; 19 }; 20 21 memory { 22 device_type = "memory"; 23 reg = <0x40000000 0x80000000>; 24 }; 25 }; 26 27 &uart_AO { 28 status = "okay"; 29 }; 30 31 ðmac { 32 status = "okay"; 33 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.