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 <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 # 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 # Bosch Sensortec pressure, temperature, humididty and VOC sensor 59 - bosch,bme680 60 # CM32181: Ambient Light Sensor 61 - capella,cm32181 62 # CM3232: Ambient Light Sensor 63 - capella,cm3232 64 # CM3323: Ambient Light Sensor 65 - capella,cm3323 66 # Cisco SPI Petra 67 - cisco,spi-petra 68 # High-Precision Digital Thermometer 69 - dallas,ds1631 70 # Total-Elapsed-Time Recorder with Alarm 71 - dallas,ds1682 72 # CPU Peripheral Monitor 73 - dallas,ds1780 74 # CPU Supervisor with Nonvolatile Memory and Programmable I/O 75 - dallas,ds4510 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 # DMARD05: 3-axis I2C Accelerometer 95 - domintech,dmard05 96 # DMARD06: 3-axis I2C Accelerometer 97 - domintech,dmard06 98 # DMARD05: 3-axis I2C Accelerometer 99 - domintech,dmard07 100 # DMARD09: 3-axis Accelerometer 101 - domintech,dmard09 102 # DMARD10: 3-axis Accelerometer 103 - domintech,dmard10 104 # Elgin SPI-controlled LCD 105 - elgin,jg10309-01 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 # Honeywell Humidicon HIH-6130 humidity/temperature sensor 115 - honeywell,hi6130 116 # IBM Common Form Factor Power Supply Versions (all versions) 117 - ibm,cffps 118 # IBM Common Form Factor Power Supply Versions 1 119 - ibm,cffps1 120 # IBM Common Form Factor Power Supply Versions 2 121 - ibm,cffps2 122 # IBM On-Chip Controller hwmon device 123 - ibm,p8-occ-hwmon 124 # Infineon barometric pressure and temperature sensor 125 - infineon,dps310 126 # Infineon IR36021 digital POL buck controller 127 - infineon,ir36021 128 # Infineon IRPS5401 Voltage Regulator (PMIC) 129 - infineon,irps5401 130 # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor 131 - infineon,tlv493d-a1b6 132 # Infineon Hot-swap controller xdp710 133 - infineon,xdp710 134 # Infineon Multi-phase Digital VR Controller xdpe11280 135 - infineon,xdpe11280 136 # Infineon Multi-phase Digital VR Controller xdpe12254 137 - infineon,xdpe12254 138 # Infineon Multi-phase Digital VR Controller xdpe12284 139 - infineon,xdpe12284 140 # Infineon Multi-phase Digital VR Controller xdpe15284 141 - infineon,xdpe15284 142 # Infineon Multi-phase Digital VR Controller xdpe152c4 143 - infineon,xdpe152c4 144 # Injoinic IP5108 2.0A Power Bank IC with I2C 145 - injoinic,ip5108 146 # Injoinic IP5109 2.1A Power Bank IC with I2C 147 - injoinic,ip5109 148 # Injoinic IP5207 1.2A Power Bank IC with I2C 149 - injoinic,ip5207 150 # Injoinic IP5209 2.4A Power Bank IC with I2C 151 - injoinic,ip5209 152 # Inspur Power System power supply unit version 1 153 - inspur,ipsps1 154 # Intersil ISL29028 Ambient Light and Proximity Sensor 155 - isil,isl29028 156 # Intersil ISL29030 Ambient Light and Proximity Sensor 157 - isil,isl29030 158 # Intersil ISL68137 Digital Output Configurable PWM Controller 159 - isil,isl68137 160 # Intersil ISL69260 PMBus Voltage Regulator 161 - isil,isl69260 162 # Intersil ISL69269 PMBus Voltage Regulator 163 - isil,isl69269 164 # Intersil ISL76682 Ambient Light Sensor 165 - isil,isl76682 166 # JEDEC JESD300 (SPD5118) Hub and Serial Presence Detect 167 - jedec,spd5118 168 # Linear Technology LTC2488 169 - lineartechnology,ltc2488 170 # 5 Bit Programmable, Pulse-Width Modulator 171 - maxim,ds1050 172 # 10 kOhm digital potentiometer with I2C interface 173 - maxim,ds1803-010 174 # 50 kOhm digital potentiometer with I2C interface 175 - maxim,ds1803-050 176 # 100 kOhm digital potentiometer with I2C interface 177 - maxim,ds1803-100 178 # 10 kOhm digital potentiometer with I2C interface 179 - maxim,ds3502 180 # Temperature Sensor, I2C interface 181 - maxim,max1619 182 # 3-Channel Remote Temperature Sensor 183 - maxim,max31730 184 # 10-bit 10 kOhm linear programmable voltage divider 185 - maxim,max5481 186 # 10-bit 50 kOhm linear programmable voltage divider 187 - maxim,max5482 188 # 10-bit 10 kOhm linear programmable variable resistor 189 - maxim,max5483 190 # 10-bit 50 kOhm linear programmable variable resistor 191 - maxim,max5484 192 # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion 193 - maxim,max6621 194 # mCube 3-axis 8-bit digital accelerometer 195 - mcube,mc3230 196 # Measurement Specialities I2C temperature and humidity sensor 197 - meas,htu21 198 # Measurement Specialities I2C pressure and temperature sensor 199 - meas,ms5637 200 # Measurement Specialities I2C pressure and temperature sensor 201 - meas,ms5803 202 # Measurement Specialities I2C pressure and temperature sensor 203 - meas,ms5805 204 # Measurement Specialities I2C pressure and temperature sensor 205 - meas,ms5837 206 # Measurement Specialities temp and humidity part of ms8607 device 207 - meas,ms8607-humidity 208 # Measurement Specialities temp and pressure part of ms8607 device 209 - meas,ms8607-temppressure 210 # Measurement Specialties temperature sensor 211 - meas,tsys01 212 # MEMSIC magnetometer 213 - memsic,mmc35240 214 # MEMSIC 3-axis accelerometer 215 - memsic,mxc4005 216 # MEMSIC 2-axis 8-bit digital accelerometer 217 - memsic,mxc6225 218 # MEMSIC 2-axis 8-bit digital accelerometer 219 - memsic,mxc6255 220 # MEMSIC 3-axis accelerometer 221 - memsic,mxc6655 222 # Menlo on-board CPLD trivial SPI device 223 - menlo,m53cpld 224 # Microchip differential I2C ADC, 1 Channel, 18 bit 225 - microchip,mcp3421 226 # Microchip differential I2C ADC, 2 Channel, 18 bit 227 - microchip,mcp3422 228 # Microchip differential I2C ADC, 2 Channel, 18 bit 229 - microchip,mcp3423 230 # Microchip differential I2C ADC, 4 Channel, 18 bit 231 - microchip,mcp3424 232 # Microchip differential I2C ADC, 1 Channel, 16 bit 233 - microchip,mcp3425 234 # Microchip differential I2C ADC, 2 Channel, 16 bit 235 - microchip,mcp3426 236 # Microchip differential I2C ADC, 2 Channel, 16 bit 237 - microchip,mcp3427 238 # Microchip differential I2C ADC, 4 Channel, 16 bit 239 - microchip,mcp3428 240 # Microchip 7-bit Single I2C Digital POT (10k) 241 - microchip,mcp4017-103 242 # Microchip 7-bit Single I2C Digital POT (100k) 243 - microchip,mcp4017-104 244 # Microchip 7-bit Single I2C Digital POT (5k) 245 - microchip,mcp4017-502 246 # Microchip 7-bit Single I2C Digital POT (50k) 247 - microchip,mcp4017-503 248 # Microchip 7-bit Single I2C Digital POT (10k) 249 - microchip,mcp4018-103 250 # Microchip 7-bit Single I2C Digital POT (100k) 251 - microchip,mcp4018-104 252 # Microchip 7-bit Single I2C Digital POT (5k) 253 - microchip,mcp4018-502 254 # Microchip 7-bit Single I2C Digital POT (50k) 255 - microchip,mcp4018-503 256 # Microchip 7-bit Single I2C Digital POT (10k) 257 - microchip,mcp4019-103 258 # Microchip 7-bit Single I2C Digital POT (100k) 259 - microchip,mcp4019-104 260 # Microchip 7-bit Single I2C Digital POT (5k) 261 - microchip,mcp4019-502 262 # Microchip 7-bit Single I2C Digital POT (50k) 263 - microchip,mcp4019-503 264 # PWM Fan Speed Controller With Fan Fault Detection 265 - microchip,tc654 266 # PWM Fan Speed Controller With Fan Fault Detection 267 - microchip,tc655 268 # Micron SPI NOR Authenta 269 - micron,spi-authenta 270 # MiraMEMS DA226 2-axis 14-bit digital accelerometer 271 - miramems,da226 272 # MiraMEMS DA280 3-axis 14-bit digital accelerometer 273 - miramems,da280 274 # MiraMEMS DA311 3-axis 12-bit digital accelerometer 275 - miramems,da311 276 # Monolithic Power Systems Inc. multi-phase controller mp2856 277 - mps,mp2856 278 # Monolithic Power Systems Inc. multi-phase controller mp2857 279 - mps,mp2857 280 # Monolithic Power Systems Inc. multi-phase controller mp2888 281 - mps,mp2888 282 # Monolithic Power Systems Inc. multi-phase controller mp2891 283 - mps,mp2891 284 # Monolithic Power Systems Inc. multi-phase controller mp2971 285 - mps,mp2971 286 # Monolithic Power Systems Inc. multi-phase controller mp2973 287 - mps,mp2973 288 # Monolithic Power Systems Inc. multi-phase controller mp2975 289 - mps,mp2975 290 # Monolithic Power Systems Inc. multi-phase controller mp2993 291 - mps,mp2993 292 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920 293 - mps,mp5920 294 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990 295 - mps,mp5990 296 # Monolithic Power Systems Inc. digital step-down converter mp9941 297 - mps,mp9941 298 # Monolithic Power Systems Inc. synchronous step-down converter mpq8785 299 - mps,mpq8785 300 # Temperature sensor with integrated fan control 301 - national,lm63 302 # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor 303 - national,lm80 304 # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor 305 - national,lm81 306 # Temperature sensor with integrated fan control 307 - national,lm85 308 # I2C ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator 309 - national,lm92 310 # Nuvoton Temperature Sensor 311 - nuvoton,w83773g 312 # OKI ML86V7667 video decoder 313 - oki,ml86v7667 314 # 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch 315 - plx,pex8648 316 # Pulsedlight LIDAR range-finding sensor 317 - pulsedlight,lidar-lite-v2 318 # Renesas HS3001 Temperature and Relative Humidity Sensors 319 - renesas,hs3001 320 # Renesas ISL29501 time-of-flight sensor 321 - renesas,isl29501 322 # Rohm BH2228FV 8 channel DAC 323 - rohm,bh2228fv 324 # Rohm DH2228FV - This device does not exist, use rohm,bh2228fv instead. 325 - rohm,dh2228fv 326 # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power) 327 - samsung,24ad0xd1 328 # Samsung Exynos SoC SATA PHY I2C device 329 - samsung,exynos-sataphy-i2c 330 # Semtech sx1301 baseband processor 331 - semtech,sx1301 332 # Sensirion multi-pixel gas sensor with I2C interface 333 - sensirion,sgp30 334 # Sensirion gas sensor with I2C interface 335 - sensirion,sgp40 336 # Sensirion low power multi-pixel gas sensor with I2C interface 337 - sensirion,sgpc3 338 # Sensirion temperature & humidity sensor with I2C interface 339 - sensirion,sht4x 340 # Sensortek 3 axis accelerometer 341 - sensortek,stk8312 342 # Sensortek 3 axis accelerometer 343 - sensortek,stk8ba50 344 # SGX Sensortech VZ89X Sensors 345 - sgx,vz89x 346 # Silicon Labs EM3581 Zigbee SoC with SPI interface 347 - silabs,em3581 348 # Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface 349 - silabs,si3210 350 # Relative Humidity and Temperature Sensors 351 - silabs,si7005 352 # Relative Humidity and Temperature Sensors 353 - silabs,si7020 354 # Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply 355 - skyworks,sky81452 356 # SparkFun Qwiic Joystick (COM-15168) with i2c interface 357 - sparkfun,qwiic-joystick 358 # Sierra Wireless mangOH Green SPI IoT interface 359 - swir,mangoh-iotport-spi 360 # Ambient Light Sensor with SMBUS/Two Wire Serial Interface 361 - taos,tsl2550 362 # Temperature Monitoring and Fan Control 363 - ti,amc6821 364 # Temperature and humidity sensor with i2c interface 365 - ti,hdc1000 366 # Temperature and humidity sensor with i2c interface 367 - ti,hdc1008 368 # Temperature and humidity sensor with i2c interface 369 - ti,hdc1010 370 # Temperature and humidity sensor with i2c interface 371 - ti,hdc1050 372 # Temperature and humidity sensor with i2c interface 373 - ti,hdc1080 374 # Thermometer with SPI interface 375 - ti,lm70 376 - ti,lm71 377 # Temperature sensor with 2-wire interface 378 - ti,lm73 379 # Thermometer with SPI interface 380 - ti,lm74 381 # Temperature sensor with integrated fan control 382 - ti,lm96000 383 # Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface 384 - ti,tmp103 385 # Thermometer with SPI interface 386 - ti,tmp121 387 - ti,tmp122 388 - ti,tmp125 389 # TI DC-DC converter on PMBus 390 - ti,tps40400 391 # TI Dual channel DCAP+ multiphase controller TPS53676 with AVSBus 392 - ti,tps53676 393 # TI Dual channel DCAP+ multiphase controller TPS53679 394 - ti,tps53679 395 # TI Dual channel DCAP+ multiphase controller TPS53688 396 - ti,tps53688 397 # TI DC-DC converters on PMBus 398 - ti,tps544b20 399 - ti,tps544b25 400 - ti,tps544c20 401 - ti,tps544c25 402 - ti,tps546d24 403 # I2C Touch-Screen Controller 404 - ti,tsc2003 405 # Vicor Corporation Digital Supervisor 406 - vicor,pli1209bc 407 # Winbond/Nuvoton H/W Monitor 408 - winbond,w83793 409 410required: 411 - compatible 412 - reg 413 414additionalProperties: false 415 416... 417