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

49 lines
772 B
Plaintext

/*
* Device Tree file for the NetModule NBHW18 (NB1800) base variant
*
* Copyright (C) 2016 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-hw29-common.dtsi"
/ {
model = "NetModule Router HW29 with Armada A385 (NG1850)";
chosen {
stdout-path = "serial0:115200n8";
};
soc {
internal-regs {
serial@12000 {
u-boot,dm-spl;
};
};
};
};
&eth0 {
status = "okay";
};
// SFP-Port
&eth1 {
status = "disabled";
fixed-link {
speed = <1000>;
full-duplex;
};
};
&eth2 {
status = "okay";
};