imx6sx-udoo-neo-basic.dts 506 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2016 Andreas Färber
  4. */
  5. /dts-v1/;
  6. #include "imx6sx-udoo-neo.dtsi"
  7. / {
  8. model = "UDOO Neo Basic";
  9. compatible = "udoo,neobasic", "fsl,imx6sx";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x20000000>;
  13. };
  14. };
  15. &fec1 {
  16. phy-handle = <&ethphy1>;
  17. status = "okay";
  18. mdio {
  19. #address-cells = <1>;
  20. #size-cells = <0>;
  21. ethphy1: ethernet-phy@0 {
  22. compatible = "ethernet-phy-ieee802.3-c22";
  23. reg = <0>;
  24. };
  25. };
  26. };