1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 3 4 /include/ "rt3883.dtsi" 4 /include/ "rt3883.dtsi" 5 5 6 / { 6 / { 7 compatible = "ralink,rt3883-eval-board 7 compatible = "ralink,rt3883-eval-board", "ralink,rt3883-soc"; 8 model = "Ralink RT3883 evaluation boar 8 model = "Ralink RT3883 evaluation board"; 9 9 10 memory@0 { 10 memory@0 { 11 device_type = "memory"; 11 device_type = "memory"; 12 reg = <0x0 0x2000000>; 12 reg = <0x0 0x2000000>; 13 }; 13 }; 14 14 15 chosen { 15 chosen { 16 bootargs = "console=ttyS0,5760 16 bootargs = "console=ttyS0,57600"; 17 }; 17 }; 18 }; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.