omap3-evm-u-boot.dtsi 437 B

123456789101112131415161718192021222324
  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. #include "omap3-u-boot.dtsi"
  8. / {
  9. chosen {
  10. stdout-path = &uart1;
  11. };
  12. ethernet@2c000000 {
  13. compatible = "smsc,lan9221","smsc,lan9115";
  14. reg = <0x2c000000 0xff>;
  15. bank-width = <2>;
  16. vddvario-supply = <&vddvario>;
  17. vdd33a-supply = <&vdd33a>;
  18. reg-io-width = <4>;
  19. smsc,save-mac-address;
  20. };
  21. };