arm64: dts: ti: am654: Add secure proxy instance for main domain
Add secure proxy instance for Main domain Signed-off-by: Nishanth Menon <nm@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
parent
4201af2544
commit
77ccbae4f9
@ -29,6 +29,17 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
secure_proxy_main: mailbox@32c00000 {
|
||||||
|
compatible = "ti,am654-secure-proxy";
|
||||||
|
#mbox-cells = <1>;
|
||||||
|
reg-names = "target_data", "rt", "scfg";
|
||||||
|
reg = <0x00 0x32c00000 0x00 0x100000>,
|
||||||
|
<0x00 0x32400000 0x00 0x100000>,
|
||||||
|
<0x00 0x32800000 0x00 0x100000>;
|
||||||
|
interrupt-names = "rx_011";
|
||||||
|
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
main_uart0: serial@2800000 {
|
main_uart0: serial@2800000 {
|
||||||
compatible = "ti,am654-uart";
|
compatible = "ti,am654-uart";
|
||||||
reg = <0x00 0x02800000 0x00 0x100>;
|
reg = <0x00 0x02800000 0x00 0x100>;
|
||||||
|
Loading…
Reference in New Issue
Block a user