On Thu, Jul 14, 2022 at 7:13 AM Wojciech Bartczak <wbartczak@xxxxxxxxxxx> wrote: ... > +description: > + The Marvell's Message Handling Unit is a mailbox controller > + with a single channel used to communicate with System Control Processor. > + Driver supports series of cn9x and cn10x SoC. > + Sole purpose of the link is to exchange SCMI related data with SCP. > + The link has hardwired configuration, it uses simple notification scheme > + over shared memory block to push data back and forth. > + Interrupts used by mailbox may be configured in two ways, > + as SPI interrupts, then driver uses platform device forntend. > + Other way is to use PCI bus frontend with LPI interrupts. > + Also have a provision of SPI vs LPI mode hint via DT. ... > + > +examples: > + - | > + soc@0 { > + reg = <0 0>; > + #address-cells = <2>; > + #size-cells = <2>; > + > + sram@36,0 { > + compatible = "cpc-shmem"; > + reg = <0x86d0 0xdd400 0 0x200>; > + #address-cells = <2>; > + #size-cells = <1>; > + ranges = <0 0x0 0x86d0 0xdd400 0x200>; > + > + scp_to_cpu0: scp-shmame@0 { > Just curious, what does 'scp-shmame' stand for? thanks.