003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/hwmon
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
hwmon
/
๐
..
๐
ad741x.txt
(238 B)
๐
adc128d818.txt
(1.08 KB)
๐
adi,adm1177.yaml
(1.82 KB)
๐
adi,axi-fan-control.yaml
(1.37 KB)
๐
adi,ltc2947.yaml
(3.21 KB)
๐
adm1275.txt
(519 B)
๐
ads7828.txt
(578 B)
๐
adt7475.yaml
(2.26 KB)
๐
apm-xgene-hwmon.txt
(387 B)
๐
as370.txt
(241 B)
๐
aspeed-pwm-tacho.txt
(2.32 KB)
๐
baikal,bt1-pvt.yaml
(3.5 KB)
๐
cirrus,lochnagar.yaml
(1.05 KB)
๐
dps650ab.txt
(242 B)
๐
g762.txt
(1.26 KB)
๐
gpio-fan.txt
(1.18 KB)
๐
hih6130.txt
(308 B)
๐
ibm,cffps1.txt
(697 B)
๐
ibmpowernv.txt
(564 B)
๐
ina2xx.txt
(428 B)
๐
ina3221.txt
(1.67 KB)
๐
jc42.txt
(984 B)
๐
lm70.txt
(369 B)
๐
lm75.txt
(639 B)
๐
lm87.txt
(810 B)
๐
lm90.txt
(1.22 KB)
๐
ltc2978.txt
(1.49 KB)
๐
ltc2990.txt
(962 B)
๐
ltc4151.txt
(356 B)
๐
ltq-cputemp.txt
(155 B)
๐
max1619.txt
(272 B)
๐
max31785.txt
(747 B)
๐
max6650.txt
(991 B)
๐
max6697.txt
(1.94 KB)
๐
mcp3021.txt
(396 B)
๐
microchip,sparx5-temp.yaml
(830 B)
๐
npcm750-pwm-fan.txt
(2.72 KB)
๐
nsa320-mcu.txt
(649 B)
๐
ntc_thermistor.txt
(1.11 KB)
๐
pmbus
๐
pwm-fan.txt
(1.69 KB)
๐
sht15.txt
(476 B)
๐
stts751.txt
(292 B)
๐
ti,tmp513.yaml
(2.47 KB)
๐
tmp108.txt
(405 B)
๐
vexpress.txt
(577 B)
Editing: adi,axi-fan-control.yaml
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # Copyright 2019 Analog Devices Inc. %YAML 1.2 --- $id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Analog Devices AXI FAN Control Device Tree Bindings maintainers: - Nuno Sรก <nuno.sa@analog.com> description: |+ Bindings for the Analog Devices AXI FAN Control driver. Spefications of the core can be found in: https://wiki.analog.com/resources/fpga/docs/axi_fan_control properties: compatible: enum: - adi,axi-fan-control-1.00.a reg: maxItems: 1 clocks: maxItems: 1 interrupts: maxItems: 1 pulses-per-revolution: description: Value specifying the number of pulses per revolution of the controlled FAN. $ref: /schemas/types.yaml#/definitions/uint32 enum: [1, 2, 4] required: - compatible - reg - clocks - interrupts - pulses-per-revolution examples: - | fpga_axi: fpga-axi { #address-cells = <0x2>; #size-cells = <0x1>; axi_fan_control: axi-fan-control@80000000 { compatible = "adi,axi-fan-control-1.00.a"; reg = <0x0 0x80000000 0x10000>; clocks = <&clk 71>; interrupts = <0 110 0>; pulses-per-revolution = <2>; }; }; ...
Upload File
Create Folder