@@ -64,6 +64,11 @@
interrupts = <0 10 1>;
};
+ scu@c4300000 {
+ compatible = "arm,cortex-a9-scu";
+ reg = <0xc4300000 0x1000>;
+ };
+
soc {
compatible = "simple-bus";
#address-cells = <1>;
@@ -56,6 +56,7 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
+ enable-method = "amlogic,meson6-smp";
cpu@200 {
device_type = "cpu";
@@ -70,6 +71,11 @@
};
};
+ cpuconfig@d901ff80 {
+ compatible = "amlogic,meson6-cpuconfig";
+ reg = <0xd901ff80 0x8>;
+ };
+
clk81: clk@0 {
#clock-cells = <0>;
compatible = "fixed-clock";
Signed-off-by: Carlo Caione <carlo@caione.org> --- arch/arm/boot/dts/meson.dtsi | 5 +++++ arch/arm/boot/dts/meson6.dtsi | 6 ++++++ 2 files changed, 11 insertions(+)