1*c66ec88fSEmmanuel VadotSystem Control and Power Interface (SCPI) Message Protocol 2*c66ec88fSEmmanuel Vadot(in addition to the standard binding in [0]) 3*c66ec88fSEmmanuel Vadot 4*c66ec88fSEmmanuel VadotJuno SRAM and Shared Memory for SCPI 5*c66ec88fSEmmanuel Vadot------------------------------------ 6*c66ec88fSEmmanuel Vadot 7*c66ec88fSEmmanuel VadotRequired properties: 8*c66ec88fSEmmanuel Vadot- compatible : should be "arm,juno-sram-ns" for Non-secure SRAM 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel VadotEach sub-node represents the reserved area for SCPI. 11*c66ec88fSEmmanuel Vadot 12*c66ec88fSEmmanuel VadotRequired sub-node properties: 13*c66ec88fSEmmanuel Vadot- reg : The base offset and size of the reserved area with the SRAM 14*c66ec88fSEmmanuel Vadot- compatible : should be "arm,juno-scp-shmem" for Non-secure SRAM based 15*c66ec88fSEmmanuel Vadot shared memory on Juno platforms 16*c66ec88fSEmmanuel Vadot 17*c66ec88fSEmmanuel VadotSensor bindings for the sensors based on SCPI Message Protocol 18*c66ec88fSEmmanuel Vadot-------------------------------------------------------------- 19*c66ec88fSEmmanuel VadotRequired properties: 20*c66ec88fSEmmanuel Vadot- compatible : should be "arm,scpi-sensors". 21*c66ec88fSEmmanuel Vadot- #thermal-sensor-cells: should be set to 1. 22*c66ec88fSEmmanuel Vadot For Juno R0 and Juno R1 refer to [1] for the 23*c66ec88fSEmmanuel Vadot sensor identifiers 24*c66ec88fSEmmanuel Vadot 25*c66ec88fSEmmanuel Vadot[0] Documentation/devicetree/bindings/arm/arm,scpi.txt 26*c66ec88fSEmmanuel Vadot[1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/apas03s22.html 27