Commit 90cf8e21 authored by Jiucheng Xu's avatar Jiucheng Xu Committed by Neil Armstrong
Browse files

arm64: dts: meson: Add DDR PMU node

parent 49f65e2e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1705,6 +1705,12 @@
			};
		};

		pmu: pmu@ff638000 {
			reg = <0x0 0xff638000 0x0 0x100>,
			      <0x0 0xff638c00 0x0 0x100>;
			interrupts = <GIC_SPI 52 IRQ_TYPE_EDGE_RISING>;
		};

		aobus: bus@ff800000 {
			compatible = "simple-bus";
			reg = <0x0 0xff800000 0x0 0x100000>;
+4 −0
Original line number Diff line number Diff line
@@ -134,3 +134,7 @@
		};
	};
};

&pmu {
	compatible = "amlogic,g12a-ddr-pmu";
};
+4 −0
Original line number Diff line number Diff line
@@ -140,3 +140,7 @@
&mali {
	dma-coherent;
};

&pmu {
	compatible = "amlogic,g12b-ddr-pmu";
};
+4 −0
Original line number Diff line number Diff line
@@ -521,6 +521,10 @@
	power-domains = <&pwrc PWRC_SM1_PCIE_ID>;
};

&pmu {
	compatible = "amlogic,sm1-ddr-pmu";
};

&pwrc {
	compatible = "amlogic,meson-sm1-pwrc";
};