166798674SGuillaume La Roque# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 266798674SGuillaume La Roque%YAML 1.2 366798674SGuillaume La Roque--- 466798674SGuillaume La Roque$id: http://devicetree.org/schemas/thermal/amlogic,thermal.yaml# 566798674SGuillaume La Roque$schema: http://devicetree.org/meta-schemas/core.yaml# 666798674SGuillaume La Roque 766798674SGuillaume La Roquetitle: Amlogic Thermal 866798674SGuillaume La Roque 966798674SGuillaume La Roquemaintainers: 1066798674SGuillaume La Roque - Guillaume La Roque <glaroque@baylibre.com> 1166798674SGuillaume La Roque 1266798674SGuillaume La Roquedescription: Binding for Amlogic Thermal 1366798674SGuillaume La Roque 14da1f72fbSKrzysztof Kozlowski$ref: thermal-sensor.yaml# 15da1f72fbSKrzysztof Kozlowski 1666798674SGuillaume La Roqueproperties: 1766798674SGuillaume La Roque compatible: 1863d96b12SDmitry Rokosov oneOf: 1963d96b12SDmitry Rokosov - items: 2066798674SGuillaume La Roque - enum: 2166798674SGuillaume La Roque - amlogic,g12a-cpu-thermal 2266798674SGuillaume La Roque - amlogic,g12a-ddr-thermal 2366798674SGuillaume La Roque - const: amlogic,g12a-thermal 2463d96b12SDmitry Rokosov - const: amlogic,a1-cpu-thermal 2566798674SGuillaume La Roque 2666798674SGuillaume La Roque reg: 2766798674SGuillaume La Roque maxItems: 1 2866798674SGuillaume La Roque 2966798674SGuillaume La Roque interrupts: 3066798674SGuillaume La Roque maxItems: 1 3166798674SGuillaume La Roque 3266798674SGuillaume La Roque clocks: 3366798674SGuillaume La Roque maxItems: 1 3466798674SGuillaume La Roque 35*77545bdfSGeorge Stark power-domains: 36*77545bdfSGeorge Stark maxItems: 1 37*77545bdfSGeorge Stark 3866798674SGuillaume La Roque amlogic,ao-secure: 3966798674SGuillaume La Roque description: phandle to the ao-secure syscon 40e4fdcfb1SRob Herring $ref: /schemas/types.yaml#/definitions/phandle 4166798674SGuillaume La Roque 420d9a302dSRob Herring '#thermal-sensor-cells': 430d9a302dSRob Herring const: 0 4466798674SGuillaume La Roque 4566798674SGuillaume La Roquerequired: 4666798674SGuillaume La Roque - compatible 4766798674SGuillaume La Roque - reg 4866798674SGuillaume La Roque - interrupts 4966798674SGuillaume La Roque - clocks 5066798674SGuillaume La Roque - amlogic,ao-secure 5166798674SGuillaume La Roque 52da1f72fbSKrzysztof KozlowskiunevaluatedProperties: false 537f464532SRob Herring 5466798674SGuillaume La Roqueexamples: 5566798674SGuillaume La Roque - | 56f062dc5cSKrzysztof Kozlowski temperature-sensor@ff634800 { 5766798674SGuillaume La Roque compatible = "amlogic,g12a-cpu-thermal", 5866798674SGuillaume La Roque "amlogic,g12a-thermal"; 5966798674SGuillaume La Roque reg = <0xff634800 0x50>; 6066798674SGuillaume La Roque interrupts = <0x0 0x24 0x0>; 6166798674SGuillaume La Roque clocks = <&clk 164>; 6266798674SGuillaume La Roque #thermal-sensor-cells = <0>; 6366798674SGuillaume La Roque amlogic,ao-secure = <&sec_AO>; 6466798674SGuillaume La Roque }; 6566798674SGuillaume La Roque... 66