ARM: dts: k3-am625-r5-sk: Add DM firmware node
Add DM firmware node which will provide DM services during R5 SPL stage. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
421cffb6b2
commit
d17041a090
|
|
@ -57,6 +57,16 @@
|
||||||
ti,sci-host-id = <10>;
|
ti,sci-host-id = <10>;
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dm_tifs: dm-tifs {
|
||||||
|
compatible = "ti,j721e-dm-sci";
|
||||||
|
ti,host-id = <36>;
|
||||||
|
ti,secure-host;
|
||||||
|
mbox-names = "rx", "tx";
|
||||||
|
mboxes= <&secure_proxy_main 22>,
|
||||||
|
<&secure_proxy_main 23>;
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&dmsc {
|
&dmsc {
|
||||||
|
|
@ -133,3 +143,7 @@
|
||||||
reg = <0x00 0x0fc40000 0x00 0x100>,
|
reg = <0x00 0x0fc40000 0x00 0x100>,
|
||||||
<0x00 0x60000000 0x00 0x08000000>;
|
<0x00 0x60000000 0x00 0x08000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&main_pktdma {
|
||||||
|
ti,sci = <&dm_tifs>;
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue