1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
5 * (C) Copyright 2017 Derald D. Woods <woods.technical@gmail.com>
6 */
7
8#include "omap3-u-boot.dtsi"
9
10/ {
11	chosen {
12		stdout-path = &uart1;
13	};
14
15	ethernet@2c000000 {
16		compatible = "smsc,lan9221","smsc,lan9115";
17		reg = <0x2c000000 0xff>;
18		bank-width = <2>;
19		vddvario-supply = <&vddvario>;
20		vdd33a-supply = <&vdd33a>;
21		reg-io-width = <4>;
22		smsc,save-mac-address;
23	};
24};
25