u-boot/arch/arm/dts/armada-385-hw14-spl.dts

41 lines
670 B
Plaintext

/*
* Device Tree file for the NetModule HW14 (NB3800) base variant
*
* Copyright (C) 2020 NetModule
*
* Stefan Eichenberger <stefan.eichenberger@netmodule.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
/dts-v1/;
#include "armada-385-hw14-common.dtsi"
/ {
model = "NetModule Router HW14 with Armada A385 (NB3800)";
chosen {
stdout-path = "serial0:115200n8";
};
soc {
internal-regs {
serial@12000 {
u-boot,dm-spl;
};
};
};
};
&eth0 {
status = "okay";
};
&eth1 {
status = "okay";
};