Anthoine Bourgeois | 27243b0 | 2022-06-02 22:27:06 +0200 | [diff] [blame] | 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 = &uart3; |
| 13 | }; |
Anthoine Bourgeois | 840958c | 2022-06-02 22:27:08 +0200 | [diff] [blame] | 14 | |
| 15 | ethernet@2c000000 { |
| 16 | compatible = "davicom,dm9000"; |
| 17 | reg = <0x2c000000 2 0x2c000400 2>; |
| 18 | bank-width = <2>; |
| 19 | }; |
Anthoine Bourgeois | 27243b0 | 2022-06-02 22:27:06 +0200 | [diff] [blame] | 20 | }; |