1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (C) 2017 Marvell Technology Group 3 * Copyright (C) 2017 Marvell Technology Group Ltd. 4 * 4 * 5 * Device Tree file for Marvell Armada-8080 De 5 * Device Tree file for Marvell Armada-8080 Development board platform 6 */ 6 */ 7 7 8 #include "armada-8080.dtsi" 8 #include "armada-8080.dtsi" 9 9 10 / { 10 / { 11 model = "Marvell 8080 board"; 11 model = "Marvell 8080 board"; 12 compatible = "marvell,armada-8080-db", 12 compatible = "marvell,armada-8080-db", "marvell,armada-8080", 13 "marvell,armada-ap810-oct 13 "marvell,armada-ap810-octa", "marvell,armada-ap810"; 14 14 15 chosen { 15 chosen { 16 stdout-path = "serial0:115200n 16 stdout-path = "serial0:115200n8"; 17 }; 17 }; 18 18 19 memory@0 { 19 memory@0 { 20 device_type = "memory"; 20 device_type = "memory"; 21 reg = <0x0 0x0 0x0 0x80000000> 21 reg = <0x0 0x0 0x0 0x80000000>; 22 }; 22 }; 23 }; 23 }; 24 24 25 &uart0_ap0 { 25 &uart0_ap0 { 26 clock-frequency = <384000>; 26 clock-frequency = <384000>; 27 status = "okay"; 27 status = "okay"; 28 }; 28 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.