blob: b83b32639358ebd2162c54eebf0b331932e8c1ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "bcm283x.dtsi"
/ {
compatible = "brcm,bcm2835";
soc {
ranges = <0x7e000000 0x20000000 0x02000000>;
dma-ranges = <0x40000000 0x00000000 0x20000000>;
arm-pmu {
compatible = "arm,arm1176-pmu";
};
};
};
|