mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
31 lines
465 B
Text
31 lines
465 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
// Copyright (c) 2021 Nuvoton Technology tomer.maimon@nuvoton.com
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "nuvoton-npcm845.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Nuvoton npcm845 Development Board (Device Tree)";
|
||
|
compatible = "nuvoton,npcm845-evb", "nuvoton,npcm845";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &serial0;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &serial0;
|
||
|
};
|
||
|
|
||
|
memory {
|
||
|
reg = <0x0 0x0 0x0 0x40000000>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&serial0 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&watchdog1 {
|
||
|
status = "okay";
|
||
|
};
|