forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
....@@ -24,7 +24,8 @@
2424
2525 Required properties:
2626 -------------------
27
-- compatible: should be "ti,k2g-sci"
27
+- compatible: should be "ti,k2g-sci" for TI 66AK2G SoC
28
+ should be "ti,am654-sci" for for TI AM654 SoC
2829 - mbox-names:
2930 "rx" - Mailbox corresponding to receive path
3031 "tx" - Mailbox corresponding to transmit path
....@@ -45,11 +46,15 @@
4546 debug_messages - Map the Debug message region
4647 - reg: register space corresponding to the debug_messages
4748 - ti,system-reboot-controller: If system reboot can be triggered by SoC reboot
49
+- ti,host-id: Integer value corresponding to the host ID assigned by Firmware
50
+ for identification of host processing entities such as virtual
51
+ machines
4852
4953 Example (K2G):
5054 -------------
5155 pmmc: pmmc {
5256 compatible = "ti,k2g-sci";
57
+ ti,host-id = <2>;
5358 mbox-names = "rx", "tx";
5459 mboxes= <&msgmgr &msgmgr_proxy_pmmc_rx>,
5560 <&msgmgr &msgmgr_proxy_pmmc_tx>;