summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
blob: 97a8141c8a78421a8d1f31fed10eb1186f498a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
	};
};