ARM: sun8i: dt: Enable A23 SMP support

Add enable-method property to enable SMP support.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Chen-Yu Tsai 2015-03-18 11:24:02 +08:00 committed by Maxime Ripard
parent eb58b40fb6
commit f2641d2a91
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,7 @@ timer {
};
cpus {
enable-method = "allwinner,sun8i-a23";
#address-cells = <1>;
#size-cells = <0>;
@ -593,6 +594,11 @@ apb0_rst: apb0_rst {
};
};
cpucfg@01f01c00 {
compatible = "allwinner,sun8i-a23-cpuconfig";
reg = <0x01f01c00 0x300>;
};
r_uart: serial@01f02800 {
compatible = "snps,dw-apb-uart";
reg = <0x01f02800 0x400>;