Searched +full:thermal +full:- +full:r8a73a4 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only4 ---5 $id: http://devicetree.org/schemas/thermal/rcar-thermal.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car Thermal11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>16 - items:17 - enum:18 - renesas,thermal-r8a73a4 # R-Mobile APE619 - renesas,thermal-r8a7779 # R-Car H1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the r8a73a4 SoC9 #include <dt-bindings/clock/r8a73a4-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>14 compatible = "renesas,r8a73a4";15 interrupt-parent = <&gic>;16 #address-cells = <2>;17 #size-cells = <2>;20 #address-cells = <1>;[all …]
11 * SPDX-License-Identifier: GPL-2.0+15 #include <clk-uclass.h>21 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>22 #include <dt-bindings/clock/r8a7796-cpg-mssr.h>33 * If the registers exist, these are valid for SH-Mobile, R-Mobile,34 * R-Car Gen2, R-Car Gen3, and RZ/G1.35 * These are NOT valid for R-Car Gen1 and RZ/A1!63 #define RMSTPCR(i) (smstpcr[i] - 0x20)65 /* Modem Module Stop Control Register offsets (r8a73a4) */86 * - Clock outputs exported to DT[all …]