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
8
9maintainers:
10  - Rob Herring <[email protected]>
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      # Entries are sorted alphanumerically by the compatible
32      - enum:
33            # Acbel fsg032 power supply
34          - acbel,fsg032
35            # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
36          - ad,ad7414  # Deprecated, use adi,ad7414
37          - adi,ad7414
38            # ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
39          - ad,adm9240
40            # AD5110 - Nonvolatile Digital Potentiometer
41          - adi,ad5110
42            # Analog Devices ADP5589 Keypad Decoder and I/O Expansion
43          - adi,adp5589
44            # Analog Devices LT7182S Dual Channel 6A, 20V PolyPhase Step-Down Silent Switcher
45          - adi,lt7182s
46            # AMS iAQ-Core VOC Sensor
47          - ams,iaq-core
48            # Temperature monitoring of Astera Labs PT5161L PCIe retimer
49          - asteralabs,pt5161l
50            # i2c h/w elliptic curve crypto module
51          - atmel,atecc508a
52            # ATSHA204 - i2c h/w symmetric crypto module
53          - atmel,atsha204
54            # ATSHA204A - i2c h/w symmetric crypto module
55          - atmel,atsha204a
56            # BPA-RS600: Power Supply
57          - blutek,bpa-rs600
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            # Cisco SPI Petra
65          - cisco,spi-petra
66            # High-Precision Digital Thermometer
67          - dallas,ds1631
68            # Total-Elapsed-Time Recorder with Alarm
69          - dallas,ds1682
70            # CPU Peripheral Monitor
71          - dallas,ds1780
72            # CPU Supervisor with Nonvolatile Memory and Programmable I/O
73          - dallas,ds4510
74            # Delta AHE-50DC Open19 power shelf fan control module
75          - delta,ahe50dc-fan
76            # Delta Electronics DPS-650-AB power supply
77          - delta,dps650ab
78            # Delta Electronics DPS920AB 920W 54V Power Supply
79          - delta,dps920ab
80            # 1/4 Brick DC/DC Regulated Power Module
81          - delta,q54sj108a2
82            # Devantech SRF02 ultrasonic ranger in I2C mode
83          - devantech,srf02
84            # Devantech SRF08 ultrasonic ranger
85          - devantech,srf08
86            # Devantech SRF10 ultrasonic ranger
87          - devantech,srf10
88            # DH electronics GmbH on-board CPLD trivial SPI device
89          - dh,dhcom-board
90            # DA9053: flexible system level PMIC with multicore support
91          - dlg,da9053
92            # DMARD05: 3-axis I2C Accelerometer
93          - domintech,dmard05
94            # DMARD06: 3-axis I2C Accelerometer
95          - domintech,dmard06
96            # DMARD05: 3-axis I2C Accelerometer
97          - domintech,dmard07
98            # DMARD09: 3-axis Accelerometer
99          - domintech,dmard09
100            # DMARD10: 3-axis Accelerometer
101          - domintech,dmard10
102            # MMA7660FC: 3-Axis Orientation/Motion Detection Sensor
103          - fsl,mma7660
104            # MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
105          - fsl,mma8450
106            # MPL3115: Absolute Digital Pressure Sensor
107          - fsl,mpl3115
108            # MPR121: Proximity Capacitive Touch Sensor Controller
109          - fsl,mpr121
110            # Honeywell Humidicon HIH-6130 humidity/temperature sensor
111          - honeywell,hi6130
112            # IBM Common Form Factor Power Supply Versions (all versions)
113          - ibm,cffps
114            # IBM Common Form Factor Power Supply Versions 1
115          - ibm,cffps1
116            # IBM Common Form Factor Power Supply Versions 2
117          - ibm,cffps2
118            # IBM On-Chip Controller hwmon device
119          - ibm,p8-occ-hwmon
120            # Infineon barometric pressure and temperature sensor
121          - infineon,dps310
122            # Infineon IR36021 digital POL buck controller
123          - infineon,ir36021
124            # Infineon IRPS5401 Voltage Regulator (PMIC)
125          - infineon,irps5401
126            # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor
127          - infineon,tlv493d-a1b6
128            # Infineon Hot-swap controller xdp710
129          - infineon,xdp710
130            # Infineon Multi-phase Digital VR Controller xdpe11280
131          - infineon,xdpe11280
132            # Infineon Multi-phase Digital VR Controller xdpe12254
133          - infineon,xdpe12254
134            # Infineon Multi-phase Digital VR Controller xdpe12284
135          - infineon,xdpe12284
136            # Infineon Multi-phase Digital VR Controller xdpe15284
137          - infineon,xdpe15284
138            # Infineon Multi-phase Digital VR Controller xdpe152c4
139          - infineon,xdpe152c4
140            # Injoinic IP5108 2.0A Power Bank IC with I2C
141          - injoinic,ip5108
142            # Injoinic IP5109 2.1A Power Bank IC with I2C
143          - injoinic,ip5109
144            # Injoinic IP5207 1.2A Power Bank IC with I2C
145          - injoinic,ip5207
146            # Injoinic IP5209 2.4A Power Bank IC with I2C
147          - injoinic,ip5209
148            # Injoinic IP5306 2.1A Power Bank IC with I2C option
149          - injoinic,ip5306
150            # Inspur Power System power supply unit version 1
151          - inspur,ipsps1
152            # Intel common redudant power supply crps185
153          - intel,crps185
154            # Intersil ISL29028 Ambient Light and Proximity Sensor
155          - isil,isl29028
156            # Intersil ISL29030 Ambient Light and Proximity Sensor
157          - isil,isl29030
158            # Intersil ISL76682 Ambient Light Sensor
159          - isil,isl76682
160            # JEDEC JESD300 (SPD5118) Hub and Serial Presence Detect
161          - jedec,spd5118
162            # Linear Technology LTC2488
163          - lineartechnology,ltc2488
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            # Temperature Sensor, I2C interface
175          - maxim,max1619
176            # 3-Channel Remote Temperature Sensor
177          - maxim,max31730
178            # 10-bit 10 kOhm linear programmable voltage divider
179          - maxim,max5481
180            # 10-bit 50 kOhm linear programmable voltage divider
181          - maxim,max5482
182            # 10-bit 10 kOhm linear programmable variable resistor
183          - maxim,max5483
184            # 10-bit 50 kOhm linear programmable variable resistor
185          - maxim,max5484
186            # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion
187          - maxim,max6621
188            # mCube 3-axis 8-bit digital accelerometer
189          - mcube,mc3230
190            # Measurement Specialities I2C temperature and humidity sensor
191          - meas,htu21
192            # Measurement Specialities I2C pressure and temperature sensor
193          - meas,ms5637
194            # Measurement Specialities I2C pressure and temperature sensor
195          - meas,ms5803
196            # Measurement Specialities I2C pressure and temperature sensor
197          - meas,ms5805
198            # Measurement Specialities I2C pressure and temperature sensor
199          - meas,ms5837
200            # Measurement Specialities temp and humidity part of ms8607 device
201          - meas,ms8607-humidity
202            # Measurement Specialities temp and pressure part of ms8607 device
203          - meas,ms8607-temppressure
204            # Measurement Specialties temperature sensor
205          - meas,tsys01
206            # MEMSIC magnetometer
207          - memsic,mmc35240
208            # MEMSIC 3-axis accelerometer
209          - memsic,mxc4005
210            # MEMSIC 2-axis 8-bit digital accelerometer
211          - memsic,mxc6225
212            # MEMSIC 2-axis 8-bit digital accelerometer
213          - memsic,mxc6255
214            # MEMSIC 3-axis accelerometer
215          - memsic,mxc6655
216            # Menlo on-board CPLD trivial SPI device
217          - menlo,m53cpld
218            # Microchip differential I2C ADC, 1 Channel, 18 bit
219          - microchip,mcp3421
220            # Microchip differential I2C ADC, 2 Channel, 18 bit
221          - microchip,mcp3422
222            # Microchip differential I2C ADC, 2 Channel, 18 bit
223          - microchip,mcp3423
224            # Microchip differential I2C ADC, 4 Channel, 18 bit
225          - microchip,mcp3424
226            # Microchip differential I2C ADC, 1 Channel, 16 bit
227          - microchip,mcp3425
228            # Microchip differential I2C ADC, 2 Channel, 16 bit
229          - microchip,mcp3426
230            # Microchip differential I2C ADC, 2 Channel, 16 bit
231          - microchip,mcp3427
232            # Microchip differential I2C ADC, 4 Channel, 16 bit
233          - microchip,mcp3428
234            # Microchip 7-bit Single I2C Digital POT (10k)
235          - microchip,mcp4017-103
236            # Microchip 7-bit Single I2C Digital POT (100k)
237          - microchip,mcp4017-104
238            # Microchip 7-bit Single I2C Digital POT (5k)
239          - microchip,mcp4017-502
240            # Microchip 7-bit Single I2C Digital POT (50k)
241          - microchip,mcp4017-503
242            # Microchip 7-bit Single I2C Digital POT (10k)
243          - microchip,mcp4018-103
244            # Microchip 7-bit Single I2C Digital POT (100k)
245          - microchip,mcp4018-104
246            # Microchip 7-bit Single I2C Digital POT (5k)
247          - microchip,mcp4018-502
248            # Microchip 7-bit Single I2C Digital POT (50k)
249          - microchip,mcp4018-503
250            # Microchip 7-bit Single I2C Digital POT (10k)
251          - microchip,mcp4019-103
252            # Microchip 7-bit Single I2C Digital POT (100k)
253          - microchip,mcp4019-104
254            # Microchip 7-bit Single I2C Digital POT (5k)
255          - microchip,mcp4019-502
256            # Microchip 7-bit Single I2C Digital POT (50k)
257          - microchip,mcp4019-503
258            # PWM Fan Speed Controller With Fan Fault Detection
259          - microchip,tc654
260            # PWM Fan Speed Controller With Fan Fault Detection
261          - microchip,tc655
262            # Micron SPI NOR Authenta
263          - micron,spi-authenta
264            # MiraMEMS DA226 2-axis 14-bit digital accelerometer
265          - miramems,da226
266            # MiraMEMS DA280 3-axis 14-bit digital accelerometer
267          - miramems,da280
268            # MiraMEMS DA311 3-axis 12-bit digital accelerometer
269          - miramems,da311
270            # Monolithic Power Systems Inc. multi-phase controller mp2856
271          - mps,mp2856
272            # Monolithic Power Systems Inc. multi-phase controller mp2857
273          - mps,mp2857
274            # Monolithic Power Systems Inc. multi-phase controller mp2888
275          - mps,mp2888
276            # Monolithic Power Systems Inc. multi-phase controller mp2891
277          - mps,mp2891
278            # Monolithic Power Systems Inc. multi-phase controller mp2993
279          - mps,mp2993
280            # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920
281          - mps,mp5920
282            # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990
283          - mps,mp5990
284            # Monolithic Power Systems Inc. digital step-down converter mp9941
285          - mps,mp9941
286            # Monolithic Power Systems Inc. synchronous step-down converter mpq8785
287          - mps,mpq8785
288            # Temperature sensor with integrated fan control
289          - national,lm63
290            # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
291          - national,lm80
292            # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
293          - national,lm81
294            # Temperature sensor with integrated fan control
295          - national,lm85
296            # I2C ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator
297          - national,lm92
298            # Nuvoton Temperature Sensor
299          - nuvoton,w83773g
300            # OKI ML86V7667 video decoder
301          - oki,ml86v7667
302            # ON Semiconductor ADT7462 Temperature, Voltage Monitor and Fan Controller
303          - onnn,adt7462
304            # 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
305          - plx,pex8648
306            # Pulsedlight LIDAR range-finding sensor
307          - pulsedlight,lidar-lite-v2
308            # Renesas HS3001 Temperature and Relative Humidity Sensors
309          - renesas,hs3001
310            # Renesas ISL29501 time-of-flight sensor
311          - renesas,isl29501
312            # Rohm BH2228FV 8 channel DAC
313          - rohm,bh2228fv
314            # Rohm DH2228FV - This device does not exist, use rohm,bh2228fv instead.
315          - rohm,dh2228fv
316            # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
317          - samsung,24ad0xd1
318            # Samsung Exynos SoC SATA PHY I2C device
319          - samsung,exynos-sataphy-i2c
320            # Semtech sx1301 baseband processor
321          - semtech,sx1301
322            # Sensirion multi-pixel gas sensor with I2C interface
323          - sensirion,sgp30
324            # Sensirion gas sensor with I2C interface
325          - sensirion,sgp40
326            # Sensirion low power multi-pixel gas sensor with I2C interface
327          - sensirion,sgpc3
328            # Sensirion temperature & humidity sensor with I2C interface
329          - sensirion,sht4x
330            # Sensortek 3 axis accelerometer
331          - sensortek,stk8312
332            # Sensortek 3 axis accelerometer
333          - sensortek,stk8ba50
334            # SGX Sensortech VZ89X Sensors
335          - sgx,vz89x
336            # Silicon Labs EM3581 Zigbee SoC with SPI interface
337          - silabs,em3581
338            # Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface
339          - silabs,si3210
340            # Relative Humidity and Temperature Sensors
341          - silabs,si7005
342            # Relative Humidity and Temperature Sensors
343          - silabs,si7020
344            # Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
345          - skyworks,sky81452
346            # SparkFun Qwiic Joystick (COM-15168) with i2c interface
347          - sparkfun,qwiic-joystick
348            # Sierra Wireless mangOH Green SPI IoT interface
349          - swir,mangoh-iotport-spi
350            # Ambient Light Sensor with SMBUS/Two Wire Serial Interface
351          - taos,tsl2550
352            # Temperature and humidity sensor with i2c interface
353          - ti,hdc1000
354            # Temperature and humidity sensor with i2c interface
355          - ti,hdc1008
356            # Temperature and humidity sensor with i2c interface
357          - ti,hdc1010
358            # Temperature and humidity sensor with i2c interface
359          - ti,hdc1050
360            # Temperature and humidity sensor with i2c interface
361          - ti,hdc1080
362            # Thermometer with SPI interface
363          - ti,lm70
364          - ti,lm71
365            # Temperature sensor with 2-wire interface
366          - ti,lm73
367            # Thermometer with SPI interface
368          - ti,lm74
369            # Temperature sensor with integrated fan control
370          - ti,lm96000
371            # Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface
372          - ti,tmp103
373            # Thermometer with SPI interface
374          - ti,tmp121
375          - ti,tmp122
376          - ti,tmp125
377            # TI DC-DC converter on PMBus
378          - ti,tps40400
379            # TI Dual channel DCAP+ multiphase controller TPS53676 with AVSBus
380          - ti,tps53676
381            # TI Dual channel DCAP+ multiphase controller TPS53679
382          - ti,tps53679
383            # TI Dual channel DCAP+ multiphase controller TPS53688
384          - ti,tps53688
385            # TI DC-DC converters on PMBus
386          - ti,tps544b20
387          - ti,tps544b25
388          - ti,tps544c20
389          - ti,tps544c25
390          - ti,tps546d24
391            # I2C Touch-Screen Controller
392          - ti,tsc2003
393            # Winbond/Nuvoton H/W Monitor
394          - winbond,w83793
395
396required:
397  - compatible
398  - reg
399
400additionalProperties: false
401
402...
403