Commit f2641d2a authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard

ARM: sun8i: dt: Enable A23 SMP support

Add enable-method property to enable SMP support.
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent eb58b40f
...@@ -81,6 +81,7 @@ timer { ...@@ -81,6 +81,7 @@ timer {
}; };
cpus { cpus {
enable-method = "allwinner,sun8i-a23";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -593,6 +594,11 @@ apb0_rst: apb0_rst { ...@@ -593,6 +594,11 @@ apb0_rst: apb0_rst {
}; };
}; };
cpucfg@01f01c00 {
compatible = "allwinner,sun8i-a23-cpuconfig";
reg = <0x01f01c00 0x300>;
};
r_uart: serial@01f02800 { r_uart: serial@01f02800 {
compatible = "snps,dw-apb-uart"; compatible = "snps,dw-apb-uart";
reg = <0x01f02800 0x400>; reg = <0x01f02800 0x400>;
......
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