1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/trivial-devices.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Trivial I2C and SPI devices that have simple device tree bindings
8
9maintainers:
10  - Rob Herring <robh@kernel.org>
11
12description: |
13  This is a list of trivial I2C and SPI devices that have simple device tree
14  bindings, consisting only of a compatible field, an address and possibly an
15  interrupt line.
16
17  If a device needs more specific bindings, such as properties to
18  describe some aspect of it, there needs to be a specific binding
19  document for it just like any other devices.
20
21properties:
22  reg:
23    maxItems: 1
24  interrupts:
25    maxItems: 1
26
27  spi-max-frequency: true
28
29  compatible:
30    items:
31      - enum:
32            # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
33          - ad,ad7414
34            # ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
35          - ad,adm9240
36            # AD5110 - Nonvolatile Digital Potentiometer
37          - adi,ad5110
38            # Analog Devices ADP5585 Keypad Decoder and I/O Expansion
39          - adi,adp5585
40            # Analog Devices ADP5585 Keypad Decoder and I/O Expansion with support for Row5
41          - adi,adp5585-02
42            # Analog Devices ADP5589 Keypad Decoder and I/O Expansion
43          - adi,adp5589
44            # AMS iAQ-Core VOC Sensor
45          - ams,iaq-core
46            # i2c serial eeprom (24cxx)
47          - at,24c08
48            # i2c trusted platform module (TPM)
49          - atmel,at97sc3204t
50            # i2c h/w symmetric crypto module
51          - atmel,atsha204a
52            # i2c h/w elliptic curve crypto module
53          - atmel,atecc508a
54            # BPA-RS600: Power Supply
55          - blutek,bpa-rs600
56            # Bosch Sensortec pressure, temperature, humididty and VOC sensor
57          - bosch,bme680
58            # CM32181: Ambient Light Sensor
59          - capella,cm32181
60            # CM3232: Ambient Light Sensor
61          - capella,cm3232
62            # CM3323: Ambient Light Sensor
63          - capella,cm3323
64            # High-Precision Digital Thermometer
65          - dallas,ds1631
66            # Total-Elapsed-Time Recorder with Alarm
67          - dallas,ds1682
68            # Tiny Digital Thermometer and Thermostat
69          - dallas,ds1775
70            # CPU Peripheral Monitor
71          - dallas,ds1780
72            # CPU Supervisor with Nonvolatile Memory and Programmable I/O
73          - dallas,ds4510
74            # Digital Thermometer and Thermostat
75          - dallas,ds75
76            # Delta AHE-50DC Open19 power shelf fan control module
77          - delta,ahe50dc-fan
78            # Delta Electronics DPS-650-AB power supply
79          - delta,dps650ab
80            # Delta Electronics DPS920AB 920W 54V Power Supply
81          - delta,dps920ab
82            # 1/4 Brick DC/DC Regulated Power Module
83          - delta,q54sj108a2
84            # Devantech SRF02 ultrasonic ranger in I2C mode
85          - devantech,srf02
86            # Devantech SRF08 ultrasonic ranger
87          - devantech,srf08
88            # Devantech SRF10 ultrasonic ranger
89          - devantech,srf10
90            # DH electronics GmbH on-board CPLD trivial SPI device
91          - dh,dhcom-board
92            # DA9053: flexible system level PMIC with multicore support
93          - dlg,da9053
94            # DA9063: system PMIC for quad-core application processors
95          - dlg,da9063
96            # DMARD05: 3-axis I2C Accelerometer
97          - domintech,dmard05
98            # DMARD06: 3-axis I2C Accelerometer
99          - domintech,dmard06
100            # DMARD05: 3-axis I2C Accelerometer
101          - domintech,dmard07
102            # DMARD09: 3-axis Accelerometer
103          - domintech,dmard09
104            # DMARD10: 3-axis Accelerometer
105          - domintech,dmard10
106            # MMA7660FC: 3-Axis Orientation/Motion Detection Sensor
107          - fsl,mma7660
108            # MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
109          - fsl,mma8450
110            # MPL3115: Absolute Digital Pressure Sensor
111          - fsl,mpl3115
112            # MPR121: Proximity Capacitive Touch Sensor Controller
113          - fsl,mpr121
114            # Monolithic Power Systems Inc. multi-phase controller mp2888
115          - mps,mp2888
116            # Monolithic Power Systems Inc. multi-phase controller mp2975
117          - mps,mp2975
118            # Honeywell Humidicon HIH-6130 humidity/temperature sensor
119          - honeywell,hi6130
120            # IBM Common Form Factor Power Supply Versions (all versions)
121          - ibm,cffps
122            # IBM Common Form Factor Power Supply Versions 1
123          - ibm,cffps1
124            # IBM Common Form Factor Power Supply Versions 2
125          - ibm,cffps2
126            # Infineon IR36021 digital POL buck controller
127          - infineon,ir36021
128            # Infineon IR38060 Voltage Regulator
129          - infineon,ir38060
130            # Infineon IR38064 Voltage Regulator
131          - infineon,ir38064
132            # Infineon IR38164 Voltage Regulator
133          - infineon,ir38164
134            # Infineon IR38263 Voltage Regulator
135          - infineon,ir38263
136            # Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
137          - infineon,slb9635tt
138            # Infineon SLB9645 I2C TPM (new protocol, max 400khz)
139          - infineon,slb9645tt
140            # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor
141          - infineon,tlv493d-a1b6
142            # Infineon Multi-phase Digital VR Controller xdpe11280
143          - infineon,xdpe11280
144            # Infineon Multi-phase Digital VR Controller xdpe12254
145          - infineon,xdpe12254
146            # Infineon Multi-phase Digital VR Controller xdpe12284
147          - infineon,xdpe12284
148            # Injoinic IP5108 2.0A Power Bank IC with I2C
149          - injoinic,ip5108
150            # Injoinic IP5109 2.1A Power Bank IC with I2C
151          - injoinic,ip5109
152            # Injoinic IP5207 1.2A Power Bank IC with I2C
153          - injoinic,ip5207
154            # Injoinic IP5209 2.4A Power Bank IC with I2C
155          - injoinic,ip5209
156            # Inspur Power System power supply unit version 1
157          - inspur,ipsps1
158            # Intersil ISL29028 Ambient Light and Proximity Sensor
159          - isil,isl29028
160            # Intersil ISL29030 Ambient Light and Proximity Sensor
161          - isil,isl29030
162            # Intersil ISL68137 Digital Output Configurable PWM Controller
163          - isil,isl68137
164            # 5 Bit Programmable, Pulse-Width Modulator
165          - maxim,ds1050
166            # 10 kOhm digital potentiometer with I2C interface
167          - maxim,ds1803-010
168            # 50 kOhm digital potentiometer with I2C interface
169          - maxim,ds1803-050
170            # 100 kOhm digital potentiometer with I2C interface
171          - maxim,ds1803-100
172            # 10 kOhm digital potentiometer with I2C interface
173          - maxim,ds3502
174            # Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
175          - maxim,max1237
176            # Temperature Sensor, I2C interface
177          - maxim,max1619
178            # 10-bit 10 kOhm linear programable voltage divider
179          - maxim,max5481
180            # 10-bit 50 kOhm linear programable voltage divider
181          - maxim,max5482
182            # 10-bit 10 kOhm linear programable variable resistor
183          - maxim,max5483
184            # 10-bit 50 kOhm linear programable variable resistor
185          - maxim,max5484
186            # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion
187          - maxim,max6621
188            # 9-Bit/12-Bit Temperature Sensors with I²C-Compatible Serial Interface
189          - maxim,max6625
190            # 3-Channel Remote Temperature Sensor
191          - maxim,max31730
192            # mCube 3-axis 8-bit digital accelerometer
193          - mcube,mc3230
194            # Measurement Specialities I2C temperature and humidity sensor
195          - meas,htu21
196            # Measurement Specialities I2C pressure and temperature sensor
197          - meas,ms5637
198            # Measurement Specialities I2C pressure and temperature sensor
199          - meas,ms5803
200            # Measurement Specialities I2C pressure and temperature sensor
201          - meas,ms5805
202            # Measurement Specialities I2C pressure and temperature sensor
203          - meas,ms5837
204            # Measurement Specialities temp and humidity part of ms8607 device
205          - meas,ms8607-humidity
206            # Measurement Specialities temp and pressure part of ms8607 device
207          - meas,ms8607-temppressure
208            # Measurement Specialties temperature sensor
209          - meas,tsys01
210            # MEMSIC magnetometer
211          - memsic,mmc35240
212            # MEMSIC 3-axis accelerometer
213          - memsic,mx4005
214            # MEMSIC 2-axis 8-bit digital accelerometer
215          - memsic,mxc6225
216            # MEMSIC 2-axis 8-bit digital accelerometer
217          - memsic,mxc6255
218            # MEMSIC 3-axis accelerometer
219          - memsic,mxc6655
220            # Menlo on-board CPLD trivial SPI device
221          - menlo,m53cpld
222            # Microchip differential I2C ADC, 1 Channel, 18 bit
223          - microchip,mcp3421
224            # Microchip differential I2C ADC, 2 Channel, 18 bit
225          - microchip,mcp3422
226            # Microchip differential I2C ADC, 2 Channel, 18 bit
227          - microchip,mcp3423
228            # Microchip differential I2C ADC, 4 Channel, 18 bit
229          - microchip,mcp3424
230            # Microchip differential I2C ADC, 1 Channel, 16 bit
231          - microchip,mcp3425
232            # Microchip differential I2C ADC, 2 Channel, 16 bit
233          - microchip,mcp3426
234            # Microchip differential I2C ADC, 2 Channel, 16 bit
235          - microchip,mcp3427
236            # Microchip differential I2C ADC, 4 Channel, 16 bit
237          - microchip,mcp3428
238            # Microchip 7-bit Single I2C Digital POT (5k)
239          - microchip,mcp4017-502
240            # Microchip 7-bit Single I2C Digital POT (10k)
241          - microchip,mcp4017-103
242            # Microchip 7-bit Single I2C Digital POT (50k)
243          - microchip,mcp4017-503
244            # Microchip 7-bit Single I2C Digital POT (100k)
245          - microchip,mcp4017-104
246            # Microchip 7-bit Single I2C Digital POT (5k)
247          - microchip,mcp4018-502
248            # Microchip 7-bit Single I2C Digital POT (10k)
249          - microchip,mcp4018-103
250            # Microchip 7-bit Single I2C Digital POT (50k)
251          - microchip,mcp4018-503
252            # Microchip 7-bit Single I2C Digital POT (100k)
253          - microchip,mcp4018-104
254            # Microchip 7-bit Single I2C Digital POT (5k)
255          - microchip,mcp4019-502
256            # Microchip 7-bit Single I2C Digital POT (10k)
257          - microchip,mcp4019-103
258            # Microchip 7-bit Single I2C Digital POT (50k)
259          - microchip,mcp4019-503
260            # Microchip 7-bit Single I2C Digital POT (100k)
261          - microchip,mcp4019-104
262            # PWM Fan Speed Controller With Fan Fault Detection
263          - microchip,tc654
264            # PWM Fan Speed Controller With Fan Fault Detection
265          - microchip,tc655
266            # MiraMEMS DA226 2-axis 14-bit digital accelerometer
267          - miramems,da226
268            # MiraMEMS DA280 3-axis 14-bit digital accelerometer
269          - miramems,da280
270            # MiraMEMS DA311 3-axis 12-bit digital accelerometer
271          - miramems,da311
272            # Temperature sensor with integrated fan control
273          - national,lm63
274            # I2C TEMP SENSOR
275          - national,lm75
276            # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
277          - national,lm80
278            # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
279          - national,lm81
280            # Temperature sensor with integrated fan control
281          - national,lm85
282            # I2C ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator
283          - national,lm92
284            # i2c trusted platform module (TPM)
285          - nuvoton,npct501
286            # i2c trusted platform module (TPM2)
287          - nuvoton,npct601
288            # Nuvoton Temperature Sensor
289          - nuvoton,w83773g
290            # OKI ML86V7667 video decoder
291          - oki,ml86v7667
292            # OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus
293          - ovti,ov5642
294            # 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
295          - plx,pex8648
296            # Pulsedlight LIDAR range-finding sensor
297          - pulsedlight,lidar-lite-v2
298            # Renesas ISL29501 time-of-flight sensor
299          - renesas,isl29501
300            # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
301          - samsung,24ad0xd1
302            # Samsung Exynos SoC SATA PHY I2C device
303          - samsung,exynos-sataphy-i2c
304            # Sensirion low power multi-pixel gas sensor with I2C interface
305          - sensirion,sgpc3
306            # Sensirion multi-pixel gas sensor with I2C interface
307          - sensirion,sgp30
308            # Sensirion gas sensor with I2C interface
309          - sensirion,sgp40
310            # Sensirion temperature & humidity sensor with I2C interface
311          - sensirion,sht4x
312            # Sensortek 3 axis accelerometer
313          - sensortek,stk8312
314            # Sensortek 3 axis accelerometer
315          - sensortek,stk8ba50
316            # SGX Sensortech VZ89X Sensors
317          - sgx,vz89x
318            # Relative Humidity and Temperature Sensors
319          - silabs,si7020
320            # Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
321          - skyworks,sky81452
322            # Socionext SynQuacer TPM MMIO module
323          - socionext,synquacer-tpm-mmio
324            # SparkFun Qwiic Joystick (COM-15168) with i2c interface
325          - sparkfun,qwiic-joystick
326            # i2c serial eeprom (24cxx)
327          - st,24c256
328            # Ambient Light Sensor with SMBUS/Two Wire Serial Interface
329          - taos,tsl2550
330            # Temperature Monitoring and Fan Control
331          - ti,amc6821
332            # Temperature and humidity sensor with i2c interface
333          - ti,hdc1000
334            # Temperature and humidity sensor with i2c interface
335          - ti,hdc1008
336            # Temperature and humidity sensor with i2c interface
337          - ti,hdc1010
338            # Temperature and humidity sensor with i2c interface
339          - ti,hdc1050
340            # Temperature and humidity sensor with i2c interface
341          - ti,hdc1080
342            # Thermometer with SPI interface
343          - ti,lm70
344          - ti,lm71
345            # Temperature sensor with 2-wire interface
346          - ti,lm73
347            # Thermometer with SPI interface
348          - ti,lm74
349            # Temperature sensor with integrated fan control
350          - ti,lm96000
351            # I2C Touch-Screen Controller
352          - ti,tsc2003
353            # Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface
354          - ti,tmp103
355            # Thermometer with SPI interface
356          - ti,tmp121
357          - ti,tmp122
358          - ti,tmp125
359            # Digital Temperature Sensor
360          - ti,tmp275
361            # TI DC-DC converter on PMBus
362          - ti,tps40400
363            # TI Dual channel DCAP+ multiphase controller TPS53676 with AVSBus
364          - ti,tps53676
365            # TI Dual channel DCAP+ multiphase controller TPS53679
366          - ti,tps53679
367            # TI Dual channel DCAP+ multiphase controller TPS53688
368          - ti,tps53688
369            # TI DC-DC converters on PMBus
370          - ti,tps544b20
371          - ti,tps544b25
372          - ti,tps544c20
373          - ti,tps544c25
374            # Winbond/Nuvoton H/W Monitor
375          - winbond,w83793
376            # Vicor Corporation Digital Supervisor
377          - vicor,pli1209bc
378            # i2c trusted platform module (TPM)
379          - winbond,wpct301
380
381required:
382  - compatible
383  - reg
384
385additionalProperties: false
386
387...
388