vf610-colibri.dtsi 406 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. /*
  3. * Copyright 2014-2020 Toradex
  4. */
  5. #include "vf610.dtsi"
  6. #include "vf-colibri.dtsi"
  7. / {
  8. model = "Toradex Colibri VF61 COM";
  9. compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x10000000>;
  13. };
  14. };
  15. &nfc {
  16. assigned-clocks = <&clks VF610_CLK_NFC>;
  17. assigned-clock-rates = <50000000>;
  18. };