imx6sx-udoo-neo-extended.dts 410 B

1234567891011121314151617181920212223242526
  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 Extended";
  9. compatible = "udoo,neoextended", "fsl,imx6sx";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x40000000>;
  13. };
  14. };
  15. &i2c4 { /* Onboard Motion sensors */
  16. status = "okay";
  17. };
  18. &uart3 { /* Bluetooth */
  19. status = "okay";
  20. };