mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
9ca71c9c19
Add basic support for the Nuvoton NPCM845 EVB (Arbel). Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
30 lines
465 B
Text
30 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";
|
|
};
|