1 * Renesas R-Car Thermal
4 - compatible : "renesas,rcar-thermal"
5 - reg : Address range of the thermal registers.
6 The 1st reg will be recognized as common register
7 if it has "interrupts".
11 - interrupts : use interrupt
13 Example (non interrupt support):
16 compatible = "renesas,rcar-thermal";
17 reg = <0xe61f0100 0x38>;
20 Example (interrupt support):
23 compatible = "renesas,rcar-thermal";
24 reg = <0xe61f0000 0x14
28 interrupts = <0 69 4>;