bcm2835.dtsi 375 B

12345678910111213141516171819202122232425
  1. #include "bcm283x.dtsi"
  2. / {
  3. compatible = "brcm,bcm2835";
  4. cpus {
  5. #address-cells = <1>;
  6. #size-cells = <0>;
  7. cpu@0 {
  8. device_type = "cpu";
  9. compatible = "arm,arm1176jzf-s";
  10. reg = <0x0>;
  11. };
  12. };
  13. soc {
  14. ranges = <0x7e000000 0x20000000 0x02000000>;
  15. dma-ranges = <0x40000000 0x00000000 0x20000000>;
  16. arm-pmu {
  17. compatible = "arm,arm1176-pmu";
  18. };
  19. };
  20. };