microAptiv.dtsi 309 B

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