ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning

Add the missing ethernet node in u-boot dts.

Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
This commit is contained in:
Anthoine Bourgeois 2022-06-02 22:27:08 +02:00 committed by Tom Rini
parent 8d09c7b774
commit a47ce34403
2 changed files with 7 additions and 0 deletions

View File

@ -11,4 +11,10 @@
chosen {
stdout-path = &uart3;
};
ethernet@2c000000 {
compatible = "davicom,dm9000";
reg = <0x2c000000 2 0x2c000400 2>;
bank-width = <2>;
};
};

View File

@ -84,5 +84,6 @@ CONFIG_SYS_NAND_OOBSIZE=0x40
CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
CONFIG_DM_ETH=y
CONFIG_DRIVER_DM9000=y
CONFIG_JFFS2_NAND=y