Newer
Older
barebox / dts / src / arm / bcm2835.dtsi
@Sascha Hauer Sascha Hauer on 4 Feb 2016 225 bytes dts: update to v4.5-rc1
#include "bcm283x.dtsi"

/ {
	compatible = "brcm,bcm2835";

	soc {
		ranges = <0x7e000000 0x20000000 0x02000000>;
		dma-ranges = <0x40000000 0x00000000 0x20000000>;

		arm-pmu {
			compatible = "arm,arm1176-pmu";
		};
	};
};