microAptiv.dtsi 345 B

12345678910111213141516171819202122
  1. // SPDX-License-Identifier: GPL-2.0
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. compatible = "img,xilfpga";
  6. cpus {
  7. #address-cells = <1>;
  8. #size-cells = <0>;
  9. cpu@0 {
  10. device_type = "cpu";
  11. compatible = "mips,m14Kc";
  12. clocks = <&ext>;
  13. reg = <0>;
  14. };
  15. };
  16. ext: ext {
  17. compatible = "fixed-clock";
  18. #clock-cells = <0>;
  19. };
  20. };