Commit 455ae0c3 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

arm64: dts: imx8mp: Add src node

Add src node to support i.MX8MP reset controller.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c18696de
......@@ -306,6 +306,12 @@ clk: clock-controller@30380000 {
<393216000>,
<361267200>;
};
src: reset-controller@30390000 {
compatible = "fsl,imx8mp-src", "syscon";
reg = <0x30390000 0x10000>;
#reset-cells = <1>;
};
};
aips2: bus@30400000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment