soc: intel_s1000: add SMP support
This adds SMP support for Intel S1000 SoC. Some of the start-up code is borrowed from ESP32. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
492e890cd6
commit
0ba204083d
14 changed files with 389 additions and 7 deletions
|
@ -87,6 +87,14 @@
|
|||
interrupt-parent = <&core_intc>;
|
||||
};
|
||||
|
||||
idc: idc@1200 {
|
||||
compatible = "intel,cavs-idc";
|
||||
label = "CAVS_IDC";
|
||||
reg = <0x1200 0x80>;
|
||||
interrupts = <8 0 0>;
|
||||
interrupt-parent = <&cavs0>;
|
||||
};
|
||||
|
||||
dw_intc: intc@81800 {
|
||||
compatible = "snps,designware-intc";
|
||||
reg = <0x00081800 0x400>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue