arm64: dts: imx8mp: Add src node

Add src node to support i.MX8MP reset controller.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang
2020-02-26 17:13:50 +08:00
committed by Shawn Guo
parent c18696de2c
commit 455ae0c368

View File

@@ -306,6 +306,12 @@
<393216000>,
<361267200>;
};
src: reset-controller@30390000 {
compatible = "fsl,imx8mp-src", "syscon";
reg = <0x30390000 0x10000>;
#reset-cells = <1>;
};
};
aips2: bus@30400000 {