bcm2835.dtsi 260 B

1234567891011121314151617
  1. /include/ "skeleton.dtsi"
  2. / {
  3. compatible = "brcm,bcm2835";
  4. model = "BCM2835";
  5. chosen {
  6. bootargs = "earlyprintk";
  7. };
  8. soc {
  9. compatible = "simple-bus";
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. ranges = <0x7e000000 0x20000000 0x02000000>;
  13. };
  14. };