1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * dts file for lg1312 Reference Board. 3 * dts file for lg1312 Reference Board. 4 * 4 * 5 * Copyright (C) 2016, LG Electronics 5 * Copyright (C) 2016, LG Electronics 6 */ 6 */ 7 7 8 /dts-v1/; 8 /dts-v1/; 9 9 10 #include "lg1312.dtsi" 10 #include "lg1312.dtsi" 11 11 12 / { 12 / { 13 #address-cells = <2>; 13 #address-cells = <2>; 14 #size-cells = <1>; 14 #size-cells = <1>; 15 15 16 model = "LG Electronics, DTV SoC LG131 16 model = "LG Electronics, DTV SoC LG1312 Reference Board"; 17 compatible = "lge,lg1312-ref", "lge,lg 17 compatible = "lge,lg1312-ref", "lge,lg1312"; 18 18 19 aliases { 19 aliases { 20 serial0 = &uart0; 20 serial0 = &uart0; 21 serial1 = &uart1; 21 serial1 = &uart1; 22 serial2 = &uart2; 22 serial2 = &uart2; 23 }; 23 }; 24 24 25 memory@0 { 25 memory@0 { 26 device_type = "memory"; 26 device_type = "memory"; 27 reg = <0x0 0x00000000 0x200000 27 reg = <0x0 0x00000000 0x20000000>; 28 }; 28 }; 29 29 30 chosen { 30 chosen { 31 stdout-path = "serial0:115200n 31 stdout-path = "serial0:115200n8"; 32 }; 32 }; 33 }; 33 }; 34 34 35 &uart0 { 35 &uart0 { 36 status = "okay"; 36 status = "okay"; 37 }; 37 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.