.. | .. |
---|
24 | 24 | |
---|
25 | 25 | Required properties: |
---|
26 | 26 | ------------------- |
---|
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 |
---|
28 | 29 | - mbox-names: |
---|
29 | 30 | "rx" - Mailbox corresponding to receive path |
---|
30 | 31 | "tx" - Mailbox corresponding to transmit path |
---|
.. | .. |
---|
45 | 46 | debug_messages - Map the Debug message region |
---|
46 | 47 | - reg: register space corresponding to the debug_messages |
---|
47 | 48 | - 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 |
---|
48 | 52 | |
---|
49 | 53 | Example (K2G): |
---|
50 | 54 | ------------- |
---|
51 | 55 | pmmc: pmmc { |
---|
52 | 56 | compatible = "ti,k2g-sci"; |
---|
| 57 | + ti,host-id = <2>; |
---|
53 | 58 | mbox-names = "rx", "tx"; |
---|
54 | 59 | mboxes= <&msgmgr &msgmgr_proxy_pmmc_rx>, |
---|
55 | 60 | <&msgmgr &msgmgr_proxy_pmmc_tx>; |
---|