1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2021 Nuvoton Technology tomer.maimon@nuvoton.com 3 4 /dts-v1/; 5 #include "nuvoton-npcm845.dtsi" 6 7 / { 8 model = "Nuvoton npcm845 Development Board (Device Tree)"; 9 compatible = "nuvoton,npcm845-evb", "nuvoton,npcm845"; 10 11 aliases { 12 serial0 = &serial0; 13 }; 14 15 chosen { 16 stdout-path = &serial0; 17 }; 18 19 memory@0 { 20 reg = <0x0 0x0 0x0 0x40000000>; 21 }; 22 }; 23 24 &serial0 { 25 status = "okay"; 26 }; 27 28 &watchdog1 { 29 status = "okay"; 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.