1 * Renesas R-Car Thermal
4 - compatible : "renesas,thermal-<soctype>", "renesas,rcar-thermal"
6 Examples with soctypes are:
7 - "renesas,thermal-r8a73a4" (R-Mobile APE6)
8 - "renesas,thermal-r8a7779" (R-Car H1)
9 - "renesas,thermal-r8a7790" (R-Car H2)
10 - "renesas,thermal-r8a7791" (R-Car M2-W)
11 - "renesas,thermal-r8a7792" (R-Car V2H)
12 - "renesas,thermal-r8a7793" (R-Car M2-N)
13 - "renesas,thermal-r8a7794" (R-Car E2)
14 - reg : Address range of the thermal registers.
15 The 1st reg will be recognized as common register
16 if it has "interrupts".
20 - interrupts : use interrupt
22 Example (non interrupt support):
25 compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
26 reg = <0xffc48000 0x38>;
29 Example (interrupt support):
32 compatible = "renesas,thermal-r8a73a4", "renesas,rcar-thermal";
33 reg = <0xe61f0000 0x14
37 interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;