bcm2835.dtsi 600 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include "bcm283x.dtsi"
  3. / {
  4. compatible = "brcm,bcm2835";
  5. cpus {
  6. #address-cells = <1>;
  7. #size-cells = <0>;
  8. cpu@0 {
  9. device_type = "cpu";
  10. compatible = "arm,arm1176jzf-s";
  11. reg = <0x0>;
  12. };
  13. };
  14. soc {
  15. ranges = <0x7e000000 0x20000000 0x02000000>;
  16. dma-ranges = <0x40000000 0x00000000 0x20000000>;
  17. };
  18. arm-pmu {
  19. compatible = "arm,arm1176-pmu";
  20. };
  21. };
  22. &cpu_thermal {
  23. coefficients = <(-538) 407000>;
  24. };
  25. /* enable thermal sensor with the correct compatible property set */
  26. &thermal {
  27. compatible = "brcm,bcm2835-thermal";
  28. status = "okay";
  29. };