提交 81ee429f 编写于 作者: M Maxime Ripard

ARM: sun6i: dt: Add IP needed to bring up the additional cores

Add the PRCM and CPU configuration units needed for SMP in the A31 DTSI.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 52e86b37
...@@ -319,5 +319,15 @@ ...@@ -319,5 +319,15 @@
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupts = <1 9 0xf04>; interrupts = <1 9 0xf04>;
}; };
cpucfg@01f01c00 {
compatible = "allwinner,sun6i-a31-cpuconfig";
reg = <0x01f01c00 0x300>;
};
prcm@01f01c00 {
compatible = "allwinner,sun6i-a31-prcm";
reg = <0x01f01400 0x200>;
};
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册