summaryrefslogtreecommitdiff
path: root/arch/arm/dts/omap3-devkit8000-u-boot.dtsi
blob: a5768b7281d57e55d2c7e0e3ad87b418a358112d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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 = &uart3;
	};

	ethernet@2c000000 {
	        compatible = "davicom,dm9000";
	        reg = <0x2c000000 2 0x2c000400 2>;
	        bank-width = <2>;
	};
};