aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi b/roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi
new file mode 100644
index 000000000..97a8141c8
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * U-Boot additions
+ *
+ * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
+ */
+
+#include "omap3-u-boot.dtsi"
+
+/ {
+ chosen {
+ stdout-path = &uart1;
+ };
+
+ ethernet@2c000000 {
+ compatible = "smsc,lan9221","smsc,lan9115";
+ reg = <0x2c000000 0xff>;
+ bank-width = <2>;
+ vddvario-supply = <&vddvario>;
+ vdd33a-supply = <&vdd33a>;
+ reg-io-width = <4>;
+ smsc,save-mac-address;
+ };
+};