Commit dfb89528 authored by Louis Yu's avatar Louis Yu Committed by Matthias Brugger

ARM: dts: mt2701: enable basic SMP bringup for mt2701

Add enable method to support SMP.
Signed-off-by: default avatarLouis Yu <louis.yu@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 27f99788
...@@ -23,6 +23,7 @@ / { ...@@ -23,6 +23,7 @@ / {
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
enable-method = "mediatek,mt81xx-tz-smp";
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
...@@ -46,6 +47,17 @@ cpu@3 { ...@@ -46,6 +47,17 @@ cpu@3 {
}; };
}; };
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
trustzone-bootinfo@80002000 {
compatible = "mediatek,trustzone-bootinfo";
reg = <0 0x80002000 0 0x1000>;
};
};
system_clk: dummy13m { system_clk: dummy13m {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <13000000>; clock-frequency = <13000000>;
......
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