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