ARM: dts: imx7ulp: add mmdc support
i.MX7ULP has a MMDC module to control DDR, it reuses i.MX6Q's MMDC module, add support for it. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
768b525edb
commit
10ee87d19a
|
@ -286,6 +286,12 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
memory-controller@40ab0000 {
|
||||
compatible = "fsl,imx7ulp-mmdc", "fsl,imx6q-mmdc";
|
||||
reg = <0x40ab0000 0x1000>;
|
||||
clocks = <&pcc3 IMX7ULP_CLK_MMDC>;
|
||||
};
|
||||
|
||||
iomuxc1: pinctrl@40ac0000 {
|
||||
compatible = "fsl,imx7ulp-iomuxc1";
|
||||
reg = <0x40ac0000 0x1000>;
|
||||
|
|
Loading…
Reference in New Issue