|
@@ -79,6 +79,31 @@ pre@21c8000 {
|
|
|
fsl,iram = <&ocram2>;
|
|
|
};
|
|
|
|
|
|
+Freescale i.MX PRG (Prefetch Resolve Gasket)
|
|
|
+============================================
|
|
|
+
|
|
|
+Required properties:
|
|
|
+- compatible: should be "fsl,imx6qp-prg"
|
|
|
+- reg: should be register base and length as documented in the
|
|
|
+ datasheet
|
|
|
+- clocks : phandles to the PRG ipg and axi clock inputs, as described
|
|
|
+ in Documentation/devicetree/bindings/clock/clock-bindings.txt and
|
|
|
+ Documentation/devicetree/bindings/clock/imx6q-clock.txt.
|
|
|
+- clock-names: should be "ipg" and "axi"
|
|
|
+- fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
|
|
|
+ PRE as the first entry and the muxable PREs following.
|
|
|
+
|
|
|
+example:
|
|
|
+
|
|
|
+prg@21cc000 {
|
|
|
+ compatible = "fsl,imx6qp-prg";
|
|
|
+ reg = <0x021cc000 0x1000>;
|
|
|
+ clocks = <&clks IMX6QDL_CLK_PRG0_APB>,
|
|
|
+ <&clks IMX6QDL_CLK_PRG0_AXI>;
|
|
|
+ clock-names = "ipg", "axi";
|
|
|
+ fsl,pres = <&pre1>, <&pre2>, <&pre3>;
|
|
|
+};
|
|
|
+
|
|
|
Parallel display support
|
|
|
========================
|
|
|
|