diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/omap3-evm-37xx-u-boot.dtsi | 10 | ||||
-rw-r--r-- | arch/arm/dts/omap3-evm-u-boot.dtsi | 10 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap3/Kconfig | 3 |
3 files changed, 23 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; + }; }; diff --git a/arch/arm/dts/omap3-evm-u-boot.dtsi b/arch/arm/dts/omap3-evm-u-boot.dtsi index b9e433f873..97a8141c8a 100644 --- a/arch/arm/dts/omap3-evm-u-boot.dtsi +++ b/arch/arm/dts/omap3-evm-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; + }; }; diff --git a/arch/arm/mach-omap2/omap3/Kconfig b/arch/arm/mach-omap2/omap3/Kconfig index cf11e5707f..0a6eb4cb26 100644 --- a/arch/arm/mach-omap2/omap3/Kconfig +++ b/arch/arm/mach-omap2/omap3/Kconfig @@ -61,7 +61,10 @@ config TARGET_OMAP3_EVM select DM select DM_GPIO select DM_SERIAL + select OMAP3_GPIO_2 select OMAP3_GPIO_3 + select OMAP3_GPIO_5 + select OMAP3_GPIO_6 imply CMD_DM config TARGET_OMAP3_IGEP00X0 |