diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2020-07-18 19:23:04 -0500 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-08-11 20:34:45 +0530 |
commit | 5297a956cba34ed850f7854abf1b01ba00259fa1 (patch) | |
tree | 822bde70e70f5c5db88d72078a4d2cceb5d18bd5 /arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | |
parent | 864e2857393dc98504ec5da16e0e41e38a0abe39 (diff) |
ARM: omap3: evm: Complete DM_ETH and DM_USB migrations
This commit completes the migrations for DM_ETH and DM_USB. The board
is now consistent with omap3_beagle and other remaining OMAP3 boards.
Cc: Tom Rini <trini@konsulko.com>
Cc: Adam Ford <aford173@gmail.com>
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'arch/arm/dts/omap3-evm-37xx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi index b9e433f873..97a8141c8a 100644 --- a/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi +++ b/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi @@ -11,4 +11,14 @@ 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; + }; }; |