1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2021 Nuvoton Technology tomer 2 // Copyright (c) 2021 Nuvoton Technology tomer.maimon@nuvoton.com 3 3 4 /dts-v1/; 4 /dts-v1/; 5 #include "nuvoton-npcm845.dtsi" 5 #include "nuvoton-npcm845.dtsi" 6 6 7 / { 7 / { 8 model = "Nuvoton npcm845 Development B 8 model = "Nuvoton npcm845 Development Board (Device Tree)"; 9 compatible = "nuvoton,npcm845-evb", "n 9 compatible = "nuvoton,npcm845-evb", "nuvoton,npcm845"; 10 10 11 aliases { 11 aliases { 12 serial0 = &serial0; 12 serial0 = &serial0; 13 }; 13 }; 14 14 15 chosen { 15 chosen { 16 stdout-path = &serial0; 16 stdout-path = &serial0; 17 }; 17 }; 18 18 19 memory@0 { 19 memory@0 { 20 reg = <0x0 0x0 0x0 0x40000000> 20 reg = <0x0 0x0 0x0 0x40000000>; 21 }; 21 }; 22 }; 22 }; 23 23 24 &serial0 { 24 &serial0 { 25 status = "okay"; 25 status = "okay"; 26 }; 26 }; 27 27 28 &watchdog1 { 28 &watchdog1 { 29 status = "okay"; 29 status = "okay"; 30 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.