salvator-xs.dtsi 655 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Device Tree Source for the Salvator-X 2nd version board
  3. *
  4. * Copyright (C) 2015-2017 Renesas Electronics Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include "salvator-common.dtsi"
  11. / {
  12. model = "Renesas Salvator-X 2nd version board";
  13. compatible = "renesas,salvator-xs";
  14. };
  15. &extal_clk {
  16. clock-frequency = <16640000>;
  17. };
  18. &i2c4 {
  19. versaclock6: clock-generator@6a {
  20. compatible = "idt,5p49v6901";
  21. reg = <0x6a>;
  22. #clock-cells = <1>;
  23. clocks = <&x23_clk>;
  24. clock-names = "xin";
  25. };
  26. };