/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j721s2-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 wkup0_thermal: wkup0-thermal { 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 8 thermal-sensors = <&wkup_vtm0 0>; 11 wkup0_crit: wkup0-crit { 19 wkup1_thermal: wkup1-thermal { 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ [all …]
|
H A D | k3-j784s4-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 wkup0_thermal: wkup0-thermal { 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 8 thermal-sensors = <&wkup_vtm0 0>; 11 wkup0_crit: wkup0-crit { 19 wkup1_thermal: wkup1-thermal { 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ [all …]
|
H A D | k3-j721e-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 thermal_zones: thermal-zones { 6 wkup_thermal: wkup-thermal { 7 polling-delay-passive = <250>; /* milliseconds */ 8 polling-delay = <500>; /* milliseconds */ 9 thermal-sensors = <&wkup_vtm0 0>; 12 wkup_crit: wkup-crit { 20 mpu_thermal: mpu-thermal { 21 polling-delay-passive = <250>; /* milliseconds */ [all …]
|
H A D | k3-am654-industrial-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 mpu0_thermal: mpu0-thermal { 6 polling-delay-passive = <250>; /* milliseconds */ 7 polling-delay = <500>; /* milliseconds */ 8 thermal-sensors = <&wkup_vtm0 0>; 11 mpu0_crit: mpu0-crit { 19 mpu1_thermal: mpu1-thermal { 20 polling-delay-passive = <250>; /* milliseconds */ 21 polling-delay = <500>; /* milliseconds */ [all …]
|
H A D | k3-am62a-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 thermal_zones: thermal-zones { 6 main0_thermal: main0-thermal { 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 9 thermal-sensors = <&wkup_vtm0 0>; 12 main0_crit: main0-crit { 20 main1_thermal: main1-thermal { 21 polling-delay-passive = <250>; /* milliSeconds */ [all …]
|
H A D | k3-j7200-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 thermal_zones: thermal-zones { 6 mcu_thermal: mcu-thermal { 7 polling-delay-passive = <250>; /* milliseconds */ 8 polling-delay = <500>; /* milliseconds */ 9 thermal-sensors = <&wkup_vtm0 0>; 12 wkup_crit: wkup-crit { 20 mpu_thermal: mpu-thermal { 21 polling-delay-passive = <250>; /* milliseconds */ [all …]
|
H A D | k3-am64-thermal.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/thermal/thermal.h> 5 thermal_zones: thermal-zones { 6 main0_thermal: main0-thermal { 7 polling-delay-passive = <250>; /* milliSeconds */ 8 polling-delay = <500>; /* milliSeconds */ 9 thermal-sensors = <&main_vtm0 0>; 12 main0_crit: main0-crit { 20 main1_thermal: main1-thermal { 21 polling-delay-passive = <250>; /* milliSeconds */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | brcm,sr-thermal.txt | 6 - compatible : Must be "brcm,sr-thermal" 7 - reg : Memory where tmon data will be available. 8 - brcm,tmon-mask: A one cell bit mask of valid TMON sources. 10 - #thermal-sensor-cells : Thermal sensor phandler 11 - polling-delay: Max number of milliseconds to wait between polls. 12 - thermal-sensors: A list of thermal sensor phandles and specifier. 14 in correspond with brcm,tmon-mask. 15 - temperature: trip temperature threshold in millicelsius. 19 compatible = "simple-bus"; 20 #address-cells = <1>; [all …]
|
H A D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Daniel Lezcano <daniel.lezcano@linaro.org> 20 - therma [all...] |
H A D | thermal.txt | 6 such as trip points, polling intervals, sensors and cooling devices 15 - thermal sensors: devices which may be used to take temperature 17 - cooling devices: devices which may be used to dissipate heat. 18 - trip points: describe key temperatures at which cooling is recommended. The 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; 33 - #thermal-sensor-cells: Used to provide sensor device specific information 45 is by means of regulating device performance, which is known as passive 46 cooling. A typical passive cooling is a CPU that has dynamic voltage and 62 - #cooling-cells: Used to provide cooling device specific information [all …]
|
H A D | da9062-thermal.txt | 11 - compatible: should be one of the following valid compatible string lines: 12 "dlg,da9061-thermal", "dlg,da9062-thermal" 13 "dlg,da9062-thermal" 17 - polling-delay-passive : Specify the polling period, measured in 24 compatible = "dlg,da9062-thermal"; 25 polling-delay-passive = <3000>; 29 Example: DA9061 using a fall-back compatible for the DA9062 onkey driver 33 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal"; 34 polling-delay-passive = <3000>;
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm6375.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,sm6375-gcc.h> 8 #include <dt-bindings/clock/qcom,sm6375-gpucc.h> 9 #include <dt-binding [all...] |
H A D | ipq9574.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 5 * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved. 9 #include <dt-bindings/clock/qcom,apss-ipq.h> 10 #include <dt-bindings/clock/qcom,ipq9574-gc [all...] |
H A D | pm8550vs.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/spmi/spmi.h> 10 thermal-zones { 11 pm8550vs-c-thermal { 12 polling-delay-passive = <100>; 13 polling-delay = <0>; 15 thermal-sensors = <&pm8550vs_c_temp_alarm>; 21 type = "passive"; 32 pm8550vs-d-thermal { [all …]
|
H A D | sa8775p-pmics.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/spmi/spmi.h> 10 thermal-zones { 11 pmm8654au_0_thermal: pm8775-0-thermal { 12 polling [all...] |
H A D | sm8550.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/clock/qcom,rpmh.h> 7 #include <dt-bindings/clock/qcom,sm8450-videocc.h> 8 #include <dt-bindings/clock/qcom,sm8550-camcc.h> 9 #include <dt-binding [all...] |
H A D | pm8010.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/spmi/spmi.h> 10 thermal-zones { 11 pm8010-m-thermal { 12 polling-delay-passive = <100>; 13 polling-delay = <0>; 15 thermal-sensors = <&pm8010_m_temp_alarm>; 21 type = "passive"; 32 pm8010-n-thermal { [all …]
|
H A D | pmr735d.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/spmi/spmi.h> 10 thermal-zones { 11 pmr735d-k-thermal { 12 polling-delay-passive = <100>; 13 polling-delay = <0>; 15 thermal-sensors = <&pmr735d_k_temp_alarm>; 21 type = "passive"; 32 pmr735d-l-thermal { [all …]
|
H A D | qcm2290.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 8 #include <dt-bindings/clock/qcom,dispcc-qcm2290.h> 9 #include <dt-bindings/clock/qcom,gcc-qcm2290.h> 10 #include <dt-binding [all...] |
H A D | sm8250-mtp.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/sound/qcom,q6afe.h> 10 #include <dt-bindings/sound/qcom,q6asm.h> 11 #include <dt-binding [all...] |
H A D | msm8976.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2016-2022, AngeloGioacchino Del Regno 9 #include <dt-bindings/clock/qcom,gcc-msm8976.h> 10 #include <dt-bindings/clock/qcom,rpmcc.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-binding [all...] |
H A D | sm8450.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-sm8450.h> 8 #include <dt-binding [all...] |
H A D | ipq8074.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h> 10 #address-cell [all...] |
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-odroidxu3-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3/XU3-Lite/XU4 boards common device tree source 12 #include <dt-bindings/input/input.h> 13 #include "exynos5422-odroid-core.dtsi" 20 gpio-keys { 21 compatible = "gpio-keys"; 22 pinctrl-names = "default"; 23 pinctrl-0 = <&power_key>; 25 power-key { 36 debounce-interval = <0>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-ap80x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/thermal/thermal.h> 11 /dts-v1/; 14 #address-cells = <2>; 15 #size-cell [all...] |