Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 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 | |
| 7 | title: Trivial I2C and SPI devices that have simple device tree bindings |
| 8 | |
| 9 | maintainers: |
| 10 | - Rob Herring <robh@kernel.org> |
| 11 | |
| 12 | description: | |
| 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 | |
| 21 | properties: |
| 22 | reg: |
| 23 | maxItems: 1 |
| 24 | interrupts: |
| 25 | maxItems: 1 |
Rob Herring | 383f055 | 2021-03-16 13:49:39 -0600 | [diff] [blame] | 26 | |
| 27 | spi-max-frequency: true |
| 28 | |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 29 | compatible: |
| 30 | items: |
| 31 | - enum: |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 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 |
Alexandru Ardelean | e5dddbe | 2020-11-27 13:14:20 +0200 | [diff] [blame] | 36 | # Analog Devices ADP5585 Keypad Decoder and I/O Expansion |
| 37 | - adi,adp5585 |
| 38 | # Analog Devices ADP5585 Keypad Decoder and I/O Expansion with support for Row5 |
| 39 | - adi,adp5585-02 |
| 40 | # Analog Devices ADP5589 Keypad Decoder and I/O Expansion |
| 41 | - adi,adp5589 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 42 | # +/-1C TDM Extended Temp Range I.C |
| 43 | - adi,adt7461 |
| 44 | # +/-1C TDM Extended Temp Range I.C |
| 45 | - adt7461 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 46 | # AMS iAQ-Core VOC Sensor |
| 47 | - ams,iaq-core |
| 48 | # i2c serial eeprom (24cxx) |
| 49 | - at,24c08 |
| 50 | # i2c trusted platform module (TPM) |
| 51 | - atmel,at97sc3204t |
Ard Biesheuvel | 2af8c89 | 2019-05-24 18:26:50 +0200 | [diff] [blame] | 52 | # i2c h/w symmetric crypto module |
| 53 | - atmel,atsha204a |
Ard Biesheuvel | 0adb0c9 | 2019-05-24 18:26:51 +0200 | [diff] [blame] | 54 | # i2c h/w elliptic curve crypto module |
| 55 | - atmel,atecc508a |
Chris Packham | 90e85e6 | 2021-03-17 17:02:29 +1300 | [diff] [blame] | 56 | # BPA-RS600: Power Supply |
| 57 | - blutek,bpa-rs600 |
Jonathan Cameron | 9bd4ede | 2020-10-31 18:29:17 +0000 | [diff] [blame] | 58 | # Bosch Sensortec pressure, temperature, humididty and VOC sensor |
| 59 | - bosch,bme680 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 60 | # CM32181: Ambient Light Sensor |
| 61 | - capella,cm32181 |
| 62 | # CM3232: Ambient Light Sensor |
| 63 | - capella,cm3232 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 64 | # High-Precision Digital Thermometer |
| 65 | - dallas,ds1631 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 66 | # Total-Elapsed-Time Recorder with Alarm |
| 67 | - dallas,ds1682 |
| 68 | # Tiny Digital Thermometer and Thermostat |
| 69 | - dallas,ds1775 |
Chris Packham | 8bccbeb | 2020-09-23 17:16:37 +1200 | [diff] [blame] | 70 | # CPU Peripheral Monitor |
| 71 | - dallas,ds1780 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 72 | # CPU Supervisor with Nonvolatile Memory and Programmable I/O |
| 73 | - dallas,ds4510 |
| 74 | # Digital Thermometer and Thermostat |
| 75 | - dallas,ds75 |
Robert Marko | 8b1d61c | 2021-06-07 12:34:30 +0200 | [diff] [blame] | 76 | # Delta Electronics DPS920AB 920W 54V Power Supply |
| 77 | - delta,dps920ab |
xiao.ma | 675fc18 | 2020-12-01 21:26:10 -1000 | [diff] [blame] | 78 | # 1/4 Brick DC/DC Regulated Power Module |
| 79 | - delta,q54sj108a2 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 80 | # Devantech SRF02 ultrasonic ranger in I2C mode |
| 81 | - devantech,srf02 |
| 82 | # Devantech SRF08 ultrasonic ranger |
| 83 | - devantech,srf08 |
| 84 | # Devantech SRF10 ultrasonic ranger |
| 85 | - devantech,srf10 |
| 86 | # DA9053: flexible system level PMIC with multicore support |
| 87 | - dlg,da9053 |
| 88 | # DA9063: system PMIC for quad-core application processors |
| 89 | - dlg,da9063 |
Jonathan Cameron | ee4fb4c | 2020-10-31 18:29:22 +0000 | [diff] [blame] | 90 | # DMARD05: 3-axis I2C Accelerometer |
| 91 | - domintech,dmard05 |
| 92 | # DMARD06: 3-axis I2C Accelerometer |
| 93 | - domintech,dmard06 |
| 94 | # DMARD05: 3-axis I2C Accelerometer |
| 95 | - domintech,dmard07 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 96 | # DMARD09: 3-axis Accelerometer |
| 97 | - domintech,dmard09 |
| 98 | # DMARD10: 3-axis Accelerometer |
| 99 | - domintech,dmard10 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 100 | # MMA7660FC: 3-Axis Orientation/Motion Detection Sensor |
| 101 | - fsl,mma7660 |
| 102 | # MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer |
| 103 | - fsl,mma8450 |
| 104 | # MPL3115: Absolute Digital Pressure Sensor |
| 105 | - fsl,mpl3115 |
| 106 | # MPR121: Proximity Capacitive Touch Sensor Controller |
| 107 | - fsl,mpr121 |
Vadim Pasternak | 9abfb52 | 2021-05-11 08:56:19 +0300 | [diff] [blame] | 108 | # Monolithic Power Systems Inc. multi-phase controller mp2888 |
| 109 | - mps,mp2888 |
Vadim Pasternak | 5f977a0 | 2020-09-26 23:49:57 +0300 | [diff] [blame] | 110 | # Monolithic Power Systems Inc. multi-phase controller mp2975 |
| 111 | - mps,mp2975 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 112 | # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface |
| 113 | - gmt,g751 |
Chris Packham | 9cff4d8 | 2021-03-01 16:59:53 +1300 | [diff] [blame] | 114 | # Infineon IR36021 digital POL buck controller |
| 115 | - infineon,ir36021 |
Patrick Venture | 0832849 | 2019-04-16 08:41:38 -0700 | [diff] [blame] | 116 | # Infineon IR38064 Voltage Regulator |
| 117 | - infineon,ir38064 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 118 | # Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz) |
| 119 | - infineon,slb9635tt |
| 120 | # Infineon SLB9645 I2C TPM (new protocol, max 400khz) |
| 121 | - infineon,slb9645tt |
| 122 | # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor |
| 123 | - infineon,tlv493d-a1b6 |
Vadim Pasternak | 5f91ef2 | 2020-01-13 15:08:40 +0000 | [diff] [blame] | 124 | # Infineon Multi-phase Digital VR Controller xdpe12254 |
| 125 | - infineon,xdpe12254 |
| 126 | # Infineon Multi-phase Digital VR Controller xdpe12284 |
| 127 | - infineon,xdpe12284 |
John Wang | be7ec91 | 2019-08-19 17:14:25 +0800 | [diff] [blame] | 128 | # Inspur Power System power supply unit version 1 |
| 129 | - inspur,ipsps1 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 130 | # Intersil ISL29028 Ambient Light and Proximity Sensor |
| 131 | - isil,isl29028 |
| 132 | # Intersil ISL29030 Ambient Light and Proximity Sensor |
| 133 | - isil,isl29030 |
Patrick Venture | 57ddd16 | 2019-04-16 08:41:47 -0700 | [diff] [blame] | 134 | # Intersil ISL68137 Digital Output Configurable PWM Controller |
| 135 | - isil,isl68137 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 136 | # 5 Bit Programmable, Pulse-Width Modulator |
| 137 | - maxim,ds1050 |
Jonathan Cameron | 6d3766d | 2020-10-31 18:29:18 +0000 | [diff] [blame] | 138 | # 10 kOhm digital potentiometer with I2C interface |
| 139 | - maxim,ds1803-010 |
| 140 | # 50 kOhm digital potentiometer with I2C interface |
| 141 | - maxim,ds1803-050 |
| 142 | # 100 kOhm digital potentiometer with I2C interface |
| 143 | - maxim,ds1803-100 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 144 | # Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs |
| 145 | - maxim,max1237 |
Krzysztof Kozlowski | 785b664 | 2021-08-19 20:25:43 +0200 | [diff] [blame^] | 146 | # Temperature Sensor, I2C interface |
| 147 | - maxim,max1619 |
Jonathan Cameron | b25e67b | 2020-10-31 18:29:19 +0000 | [diff] [blame] | 148 | # 10-bit 10 kOhm linear programable voltage divider |
| 149 | - maxim,max5481 |
| 150 | # 10-bit 50 kOhm linear programable voltage divider |
| 151 | - maxim,max5482 |
| 152 | # 10-bit 10 kOhm linear programable variable resistor |
| 153 | - maxim,max5483 |
| 154 | # 10-bit 50 kOhm linear programable variable resistor |
| 155 | - maxim,max5484 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 156 | # PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion |
| 157 | - maxim,max6621 |
| 158 | # 9-Bit/12-Bit Temperature Sensors with I²C-Compatible Serial Interface |
| 159 | - maxim,max6625 |
Guenter Roeck | 0fa4f77 | 2019-12-08 14:50:49 -0800 | [diff] [blame] | 160 | # 3-Channel Remote Temperature Sensor |
| 161 | - maxim,max31730 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 162 | # mCube 3-axis 8-bit digital accelerometer |
| 163 | - mcube,mc3230 |
Jonathan Cameron | 3c055f3 | 2020-10-31 13:40:43 +0000 | [diff] [blame] | 164 | # Measurement Specialities I2C temperature and humidity sensor |
| 165 | - meas,htu21 |
Jonathan Cameron | 88b4485 | 2020-10-31 13:40:46 +0000 | [diff] [blame] | 166 | # Measurement Specialities I2C pressure and temperature sensor |
| 167 | - meas,ms5637 |
| 168 | # Measurement Specialities I2C pressure and temperature sensor |
Alexandre Belloni | 649ef11 | 2021-01-10 00:11:48 +0100 | [diff] [blame] | 169 | - meas,ms5803 |
| 170 | # Measurement Specialities I2C pressure and temperature sensor |
Jonathan Cameron | 88b4485 | 2020-10-31 13:40:46 +0000 | [diff] [blame] | 171 | - meas,ms5805 |
| 172 | # Measurement Specialities I2C pressure and temperature sensor |
| 173 | - meas,ms5837 |
Jonathan Cameron | 3c055f3 | 2020-10-31 13:40:43 +0000 | [diff] [blame] | 174 | # Measurement Specialities temp and humidity part of ms8607 device |
| 175 | - meas,ms8607-humidity |
Jonathan Cameron | 88b4485 | 2020-10-31 13:40:46 +0000 | [diff] [blame] | 176 | # Measurement Specialities temp and pressure part of ms8607 device |
| 177 | - meas,ms8607-temppressure |
Jonathan Cameron | 93f8dd3 | 2020-10-31 13:41:07 +0000 | [diff] [blame] | 178 | # Measurement Specialties temperature sensor |
| 179 | - meas,tsys01 |
Alexandre Belloni | d1004b7 | 2021-01-10 00:11:43 +0100 | [diff] [blame] | 180 | # MEMSIC magnetometer |
| 181 | - memsic,mmc35240 |
Jonathan Cameron | d9bf5d3 | 2021-04-01 18:41:10 +0100 | [diff] [blame] | 182 | # MEMSIC 3-axis accelerometer |
| 183 | - memsic,mx4005 |
Alexandre Belloni | d1004b7 | 2021-01-10 00:11:43 +0100 | [diff] [blame] | 184 | # MEMSIC 2-axis 8-bit digital accelerometer |
| 185 | - memsic,mxc6225 |
Jonathan Cameron | d9bf5d3 | 2021-04-01 18:41:10 +0100 | [diff] [blame] | 186 | # MEMSIC 2-axis 8-bit digital accelerometer |
| 187 | - memsic,mxc6255 |
| 188 | # MEMSIC 3-axis accelerometer |
| 189 | - memsic,mxc6655 |
Jonathan Cameron | 71ac248 | 2020-08-09 12:17:42 +0100 | [diff] [blame] | 190 | # Microchip differential I2C ADC, 1 Channel, 18 bit |
| 191 | - microchip,mcp3421 |
| 192 | # Microchip differential I2C ADC, 2 Channel, 18 bit |
| 193 | - microchip,mcp3422 |
| 194 | # Microchip differential I2C ADC, 2 Channel, 18 bit |
| 195 | - microchip,mcp3423 |
| 196 | # Microchip differential I2C ADC, 4 Channel, 18 bit |
| 197 | - microchip,mcp3424 |
| 198 | # Microchip differential I2C ADC, 1 Channel, 16 bit |
| 199 | - microchip,mcp3425 |
| 200 | # Microchip differential I2C ADC, 2 Channel, 16 bit |
| 201 | - microchip,mcp3426 |
| 202 | # Microchip differential I2C ADC, 2 Channel, 16 bit |
| 203 | - microchip,mcp3427 |
| 204 | # Microchip differential I2C ADC, 4 Channel, 16 bit |
| 205 | - microchip,mcp3428 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 206 | # Microchip 7-bit Single I2C Digital POT (5k) |
| 207 | - microchip,mcp4017-502 |
| 208 | # Microchip 7-bit Single I2C Digital POT (10k) |
| 209 | - microchip,mcp4017-103 |
| 210 | # Microchip 7-bit Single I2C Digital POT (50k) |
| 211 | - microchip,mcp4017-503 |
| 212 | # Microchip 7-bit Single I2C Digital POT (100k) |
| 213 | - microchip,mcp4017-104 |
| 214 | # Microchip 7-bit Single I2C Digital POT (5k) |
| 215 | - microchip,mcp4018-502 |
| 216 | # Microchip 7-bit Single I2C Digital POT (10k) |
| 217 | - microchip,mcp4018-103 |
| 218 | # Microchip 7-bit Single I2C Digital POT (50k) |
| 219 | - microchip,mcp4018-503 |
| 220 | # Microchip 7-bit Single I2C Digital POT (100k) |
| 221 | - microchip,mcp4018-104 |
| 222 | # Microchip 7-bit Single I2C Digital POT (5k) |
| 223 | - microchip,mcp4019-502 |
| 224 | # Microchip 7-bit Single I2C Digital POT (10k) |
| 225 | - microchip,mcp4019-103 |
| 226 | # Microchip 7-bit Single I2C Digital POT (50k) |
| 227 | - microchip,mcp4019-503 |
| 228 | # Microchip 7-bit Single I2C Digital POT (100k) |
| 229 | - microchip,mcp4019-104 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 230 | # PWM Fan Speed Controller With Fan Fault Detection |
| 231 | - microchip,tc654 |
| 232 | # PWM Fan Speed Controller With Fan Fault Detection |
| 233 | - microchip,tc655 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 234 | # MiraMEMS DA226 2-axis 14-bit digital accelerometer |
| 235 | - miramems,da226 |
| 236 | # MiraMEMS DA280 3-axis 14-bit digital accelerometer |
| 237 | - miramems,da280 |
| 238 | # MiraMEMS DA311 3-axis 12-bit digital accelerometer |
| 239 | - miramems,da311 |
| 240 | # Temperature sensor with integrated fan control |
| 241 | - national,lm63 |
| 242 | # I2C TEMP SENSOR |
| 243 | - national,lm75 |
| 244 | # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor |
| 245 | - national,lm80 |
Chris Packham | 8bccbeb | 2020-09-23 17:16:37 +1200 | [diff] [blame] | 246 | # Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor |
| 247 | - national,lm81 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 248 | # Temperature sensor with integrated fan control |
| 249 | - national,lm85 |
Rob Herring | f516fb7 | 2020-04-20 21:24:47 -0500 | [diff] [blame] | 250 | # I2C ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 251 | - national,lm92 |
| 252 | # i2c trusted platform module (TPM) |
| 253 | - nuvoton,npct501 |
| 254 | # i2c trusted platform module (TPM2) |
| 255 | - nuvoton,npct601 |
| 256 | # Nuvoton Temperature Sensor |
| 257 | - nuvoton,w83773g |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 258 | # OKI ML86V7667 video decoder |
| 259 | - oki,ml86v7667 |
| 260 | # OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus |
| 261 | - ovti,ov5642 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 262 | # 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch |
| 263 | - plx,pex8648 |
| 264 | # Pulsedlight LIDAR range-finding sensor |
| 265 | - pulsedlight,lidar-lite-v2 |
Jonathan Cameron | 76e11a0 | 2020-10-31 18:29:20 +0000 | [diff] [blame] | 266 | # Renesas ISL29501 time-of-flight sensor |
| 267 | - renesas,isl29501 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 268 | # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power) |
| 269 | - samsung,24ad0xd1 |
Jonathan Cameron | c59c1bf7 | 2020-10-31 18:29:16 +0000 | [diff] [blame] | 270 | # Sensirion low power multi-pixel gas sensor with I2C interface |
| 271 | - sensirion,sgpc3 |
| 272 | # Sensirion multi-pixel gas sensor with I2C interface |
| 273 | - sensirion,sgp30 |
Jonathan Cameron | 1ce9da1f | 2021-04-01 18:41:11 +0100 | [diff] [blame] | 274 | # Sensortek 3 axis accelerometer |
| 275 | - sensortek,stk8312 |
| 276 | # Sensortek 3 axis accelerometer |
| 277 | - sensortek,stk8ba50 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 278 | # SGX Sensortech VZ89X Sensors |
| 279 | - sgx,vz89x |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 280 | # Relative Humidity and Temperature Sensors |
| 281 | - silabs,si7020 |
| 282 | # Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply |
| 283 | - skyworks,sky81452 |
Masahisa Kojima | a4c3049 | 2020-07-28 12:14:32 +0900 | [diff] [blame] | 284 | # Socionext SynQuacer TPM MMIO module |
| 285 | - socionext,synquacer-tpm-mmio |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 286 | # i2c serial eeprom (24cxx) |
Oleh Kravchenko | 9b23369 | 2021-06-10 15:15:52 -0700 | [diff] [blame] | 287 | - sparkfun,qwiic-joystick |
| 288 | # SparkFun Qwiic Joystick (COM-15168) with i2c interface |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 289 | - st,24c256 |
| 290 | # Ambient Light Sensor with SMBUS/Two Wire Serial Interface |
| 291 | - taos,tsl2550 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 292 | # Temperature Monitoring and Fan Control |
| 293 | - ti,amc6821 |
Jonathan Cameron | 126df08e | 2020-10-31 13:40:42 +0000 | [diff] [blame] | 294 | # Temperature and humidity sensor with i2c interface |
| 295 | - ti,hdc1000 |
| 296 | # Temperature and humidity sensor with i2c interface |
| 297 | - ti,hdc1008 |
| 298 | # Temperature and humidity sensor with i2c interface |
| 299 | - ti,hdc1010 |
| 300 | # Temperature and humidity sensor with i2c interface |
| 301 | - ti,hdc1050 |
| 302 | # Temperature and humidity sensor with i2c interface |
| 303 | - ti,hdc1080 |
Henry Shen | 8e67ff6 | 2020-02-12 16:06:14 +1300 | [diff] [blame] | 304 | # Temperature sensor with 2-wire interface |
| 305 | - ti,lm73 |
Jeremy Gebben | 1abf330 | 2019-02-04 13:19:04 -0700 | [diff] [blame] | 306 | # Temperature sensor with integrated fan control |
| 307 | - ti,lm96000 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 308 | # I2C Touch-Screen Controller |
| 309 | - ti,tsc2003 |
| 310 | # Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface |
| 311 | - ti,tmp102 |
| 312 | # Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface |
| 313 | - ti,tmp103 |
| 314 | # Digital Temperature Sensor |
| 315 | - ti,tmp275 |
Erik Rosen | fd1edbd | 2021-03-18 22:24:40 +0100 | [diff] [blame] | 316 | # TI Dual channel DCAP+ multiphase controller TPS53676 with AVSBus |
| 317 | - ti,tps53676 |
Vadim Pasternak | 5f91ef2 | 2020-01-13 15:08:40 +0000 | [diff] [blame] | 318 | # TI Dual channel DCAP+ multiphase controller TPS53679 |
| 319 | - ti,tps53679 |
| 320 | # TI Dual channel DCAP+ multiphase controller TPS53688 |
| 321 | - ti,tps53688 |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 322 | # Winbond/Nuvoton H/W Monitor |
| 323 | - winbond,w83793 |
| 324 | # i2c trusted platform module (TPM) |
| 325 | - winbond,wpct301 |
| 326 | |
| 327 | required: |
| 328 | - compatible |
| 329 | - reg |
| 330 | |
Rob Herring | 7f46453 | 2020-03-25 16:05:41 -0600 | [diff] [blame] | 331 | additionalProperties: false |
| 332 | |
Rob Herring | 2c9b0b0 | 2018-04-26 16:08:29 -0500 | [diff] [blame] | 333 | ... |