1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/thermal/amlogic,thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Guillaume La Roque <glaroque@baylibre.com>
12 description: Binding for Amlogic Thermal
18 - amlogic,g12a-cpu-thermal
19 - amlogic,g12a-ddr-thermal
20 - const: amlogic,g12a-thermal
32 description: phandle to the ao-secure syscon
33 $ref: '/schemas/types.yaml#/definitions/phandle'
35 '#thermal-sensor-cells':
45 additionalProperties: false
49 cpu_temp: temperature-sensor@ff634800 {
50 compatible = "amlogic,g12a-cpu-thermal",
51 "amlogic,g12a-thermal";
52 reg = <0xff634800 0x50>;
53 interrupts = <0x0 0x24 0x0>;
55 #thermal-sensor-cells = <0>;
56 amlogic,ao-secure = <&sec_AO>;