imx6sx-udoo-neo-full.dts 610 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 Full";
  9. compatible = "udoo,neofull", "fsl,imx6sx";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x40000000>;
  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. };
  27. &i2c4 { /* Onboard Motion sensors */
  28. status = "okay";
  29. };
  30. &uart3 { /* Bluetooth */
  31. status = "okay";
  32. };