2018-04-26 21:08:29 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
%YAML 1.2
|
|
|
|
---
|
|
|
|
$id: http://devicetree.org/schemas/trivial-devices.yaml#
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
|
|
|
title: Trivial I2C and SPI devices that have simple device tree bindings
|
|
|
|
|
|
|
|
maintainers:
|
|
|
|
- Rob Herring <robh@kernel.org>
|
|
|
|
|
|
|
|
description: |
|
|
|
|
This is a list of trivial I2C and SPI devices that have simple device tree
|
|
|
|
bindings, consisting only of a compatible field, an address and possibly an
|
|
|
|
interrupt line.
|
|
|
|
|
|
|
|
If a device needs more specific bindings, such as properties to
|
|
|
|
describe some aspect of it, there needs to be a specific binding
|
|
|
|
document for it just like any other devices.
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
maxItems: 1
|
|
|
|
interrupts:
|
|
|
|
maxItems: 1
|
2021-03-16 19:49:39 +00:00
|
|
|
|
|
|
|
spi-max-frequency: true
|
|
|
|
|
2018-04-26 21:08:29 +00:00
|
|
|
compatible:
|
|
|
|
items:
|
|
|
|
- enum:
|
|
|
|
# SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
|
|
|
|
- ad,ad7414
|
|
|
|
# ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
|
|
|
|
- ad,adm9240
|
2021-08-14 17:55:39 +00:00
|
|
|
# AD5110 - Nonvolatile Digital Potentiometer
|
|
|
|
- adi,ad5110
|
2020-11-27 11:14:20 +00:00
|
|
|
# Analog Devices ADP5585 Keypad Decoder and I/O Expansion
|
|
|
|
- adi,adp5585
|
|
|
|
# Analog Devices ADP5585 Keypad Decoder and I/O Expansion with support for Row5
|
|
|
|
- adi,adp5585-02
|
|
|
|
# Analog Devices ADP5589 Keypad Decoder and I/O Expansion
|
|
|
|
- adi,adp5589
|
2018-04-26 21:08:29 +00:00
|
|
|
# AMS iAQ-Core VOC Sensor
|
|
|
|
- ams,iaq-core
|
|
|
|
# i2c serial eeprom (24cxx)
|
|
|
|
- at,24c08
|
|
|
|
# i2c trusted platform module (TPM)
|
|
|
|
- atmel,at97sc3204t
|
2019-05-24 16:26:50 +00:00
|
|
|
# i2c h/w symmetric crypto module
|
|
|
|
- atmel,atsha204a
|
2019-05-24 16:26:51 +00:00
|
|
|
# i2c h/w elliptic curve crypto module
|
|
|
|
- atmel,atecc508a
|
2021-03-17 04:02:29 +00:00
|
|
|
# BPA-RS600: Power Supply
|
|
|
|
- blutek,bpa-rs600
|
2020-10-31 18:29:17 +00:00
|
|
|
# Bosch Sensortec pressure, temperature, humididty and VOC sensor
|
|
|
|
- bosch,bme680
|
2018-04-26 21:08:29 +00:00
|
|
|
# CM32181: Ambient Light Sensor
|
|
|
|
- capella,cm32181
|
|
|
|
# CM3232: Ambient Light Sensor
|
|
|
|
- capella,cm3232
|
2021-07-28 11:00:47 +00:00
|
|
|
# CM3323: Ambient Light Sensor
|
|
|
|
- capella,cm3323
|
2018-04-26 21:08:29 +00:00
|
|
|
# High-Precision Digital Thermometer
|
|
|
|
- dallas,ds1631
|
|
|
|
# Total-Elapsed-Time Recorder with Alarm
|
|
|
|
- dallas,ds1682
|
|
|
|
# Tiny Digital Thermometer and Thermostat
|
|
|
|
- dallas,ds1775
|
2020-09-23 05:16:37 +00:00
|
|
|
# CPU Peripheral Monitor
|
|
|
|
- dallas,ds1780
|
2018-04-26 21:08:29 +00:00
|
|
|
# CPU Supervisor with Nonvolatile Memory and Programmable I/O
|
|
|
|
- dallas,ds4510
|
|
|
|
# Digital Thermometer and Thermostat
|
|
|
|
- dallas,ds75
|
2021-09-20 18:21:11 +00:00
|
|
|
# Delta Electronics DPS-650-AB power supply
|
|
|
|
- delta,dps650ab
|
2021-06-07 10:34:30 +00:00
|
|
|
# Delta Electronics DPS920AB 920W 54V Power Supply
|
|
|
|
- delta,dps920ab
|
2020-12-02 07:26:10 +00:00
|
|
|
# 1/4 Brick DC/DC Regulated Power Module
|
|
|
|
- delta,q54sj108a2
|
2018-04-26 21:08:29 +00:00
|
|
|
# Devantech SRF02 ultrasonic ranger in I2C mode
|
|
|
|
- devantech,srf02
|
|
|
|
# Devantech SRF08 ultrasonic ranger
|
|
|
|
- devantech,srf08
|
|
|
|
# Devantech SRF10 ultrasonic ranger
|
|
|
|
- devantech,srf10
|
|
|
|
# DA9053: flexible system level PMIC with multicore support
|
|
|
|
- dlg,da9053
|
|
|
|
# DA9063: system PMIC for quad-core application processors
|
|
|
|
- dlg,da9063
|
2020-10-31 18:29:22 +00:00
|
|
|
# DMARD05: 3-axis I2C Accelerometer
|
|
|
|
- domintech,dmard05
|
|
|
|
# DMARD06: 3-axis I2C Accelerometer
|
|
|
|
- domintech,dmard06
|
|
|
|
# DMARD05: 3-axis I2C Accelerometer
|
|
|
|
- domintech,dmard07
|
2018-04-26 21:08:29 +00:00
|
|
|
# DMARD09: 3-axis Accelerometer
|
|
|
|
- domintech,dmard09
|
|
|
|
# DMARD10: 3-axis Accelerometer
|
|
|
|
- domintech,dmard10
|
|
|
|
# MMA7660FC: 3-Axis Orientation/Motion Detection Sensor
|
|
|
|
- fsl,mma7660
|
|
|
|
# MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
|
|
|
|
- fsl,mma8450
|
|
|
|
# MPL3115: Absolute Digital Pressure Sensor
|
|
|
|
- fsl,mpl3115
|
|
|
|
# MPR121: Proximity Capacitive Touch Sensor Controller
|
|
|
|
- fsl,mpr121
|
2021-05-11 05:56:19 +00:00
|
|
|
# Monolithic Power Systems Inc. multi-phase controller mp2888
|
|
|
|
- mps,mp2888
|
2020-09-26 20:49:57 +00:00
|
|
|
# Monolithic Power Systems Inc. multi-phase controller mp2975
|
|
|
|
- mps,mp2975
|
2021-09-20 18:21:12 +00:00
|
|
|
# Honeywell Humidicon HIH-6130 humidity/temperature sensor
|
|
|
|
- honeywell,hi6130
|
2021-09-21 10:28:29 +00:00
|
|
|
# IBM Common Form Factor Power Supply Versions (all versions)
|
|
|
|
- ibm,cffps
|
|
|
|
# IBM Common Form Factor Power Supply Versions 1
|
|
|
|
- ibm,cffps1
|
|
|
|
# IBM Common Form Factor Power Supply Versions 2
|
|
|
|
- ibm,cffps2
|
2021-03-01 03:59:53 +00:00
|
|
|
# Infineon IR36021 digital POL buck controller
|
|
|
|
- infineon,ir36021
|
2019-04-16 15:41:38 +00:00
|
|
|
# Infineon IR38064 Voltage Regulator
|
|
|
|
- infineon,ir38064
|
2018-04-26 21:08:29 +00:00
|
|
|
# Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
|
|
|
|
- infineon,slb9635tt
|
|
|
|
# Infineon SLB9645 I2C TPM (new protocol, max 400khz)
|
|
|
|
- infineon,slb9645tt
|
|
|
|
# Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor
|
|
|
|
- infineon,tlv493d-a1b6
|
2020-01-13 15:08:40 +00:00
|
|
|
# Infineon Multi-phase Digital VR Controller xdpe12254
|
|
|
|
- infineon,xdpe12254
|
|
|
|
# Infineon Multi-phase Digital VR Controller xdpe12284
|
|
|
|
- infineon,xdpe12284
|
2019-08-19 09:14:25 +00:00
|
|
|
# Inspur Power System power supply unit version 1
|
|
|
|
- inspur,ipsps1
|
2018-04-26 21:08:29 +00:00
|
|
|
# Intersil ISL29028 Ambient Light and Proximity Sensor
|
|
|
|
- isil,isl29028
|
|
|
|
# Intersil ISL29030 Ambient Light and Proximity Sensor
|
|
|
|
- isil,isl29030
|
2019-04-16 15:41:47 +00:00
|
|
|
# Intersil ISL68137 Digital Output Configurable PWM Controller
|
|
|
|
- isil,isl68137
|
2018-04-26 21:08:29 +00:00
|
|
|
# 5 Bit Programmable, Pulse-Width Modulator
|
|
|
|
- maxim,ds1050
|
2020-10-31 18:29:18 +00:00
|
|
|
# 10 kOhm digital potentiometer with I2C interface
|
|
|
|
- maxim,ds1803-010
|
|
|
|
# 50 kOhm digital potentiometer with I2C interface
|
|
|
|
- maxim,ds1803-050
|
|
|
|
# 100 kOhm digital potentiometer with I2C interface
|
|
|
|
- maxim,ds1803-100
|
2018-04-26 21:08:29 +00:00
|
|
|
# Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
|
|
|
|
- maxim,max1237
|
2021-08-19 18:25:43 +00:00
|
|
|
# Temperature Sensor, I2C interface
|
|
|
|
- maxim,max1619
|
2020-10-31 18:29:19 +00:00
|
|
|
# 10-bit 10 kOhm linear programable voltage divider
|
|
|
|
- maxim,max5481
|
|
|
|
# 10-bit 50 kOhm linear programable voltage divider
|
|
|
|
- maxim,max5482
|
|
|
|
# 10-bit 10 kOhm linear programable variable resistor
|
|
|
|
- maxim,max5483
|
|
|
|
# 10-bit 50 kOhm linear programable variable resistor
|
|
|
|
- maxim,max5484
|
2018-04-26 21:08:29 +00:00
|
|
|
# PECI-to-I2C translator for PECI-to-SMBus/I2C protocol conversion
|
|
|
|
- maxim,max6621
|
|
|
|
# 9-Bit/12-Bit Temperature Sensors with I²C-Compatible Serial Interface
|
|
|
|
- maxim,max6625
|
2019-12-08 22:50:49 +00:00
|
|
|
# 3-Channel Remote Temperature Sensor
|
|
|
|
- maxim,max31730
|
2018-04-26 21:08:29 +00:00
|
|
|
# mCube 3-axis 8-bit digital accelerometer
|
|
|
|
- mcube,mc3230
|
2020-10-31 13:40:43 +00:00
|
|
|
# Measurement Specialities I2C temperature and humidity sensor
|
|
|
|
- meas,htu21
|
2020-10-31 13:40:46 +00:00
|
|
|
# Measurement Specialities I2C pressure and temperature sensor
|
|
|
|
- meas,ms5637
|
|
|
|
# Measurement Specialities I2C pressure and temperature sensor
|
2021-01-09 23:11:48 +00:00
|
|
|
- meas,ms5803
|
|
|
|
# Measurement Specialities I2C pressure and temperature sensor
|
2020-10-31 13:40:46 +00:00
|
|
|
- meas,ms5805
|
|
|
|
# Measurement Specialities I2C pressure and temperature sensor
|
|
|
|
- meas,ms5837
|
2020-10-31 13:40:43 +00:00
|
|
|
# Measurement Specialities temp and humidity part of ms8607 device
|
|
|
|
- meas,ms8607-humidity
|
2020-10-31 13:40:46 +00:00
|
|
|
# Measurement Specialities temp and pressure part of ms8607 device
|
|
|
|
- meas,ms8607-temppressure
|
2020-10-31 13:41:07 +00:00
|
|
|
# Measurement Specialties temperature sensor
|
|
|
|
- meas,tsys01
|
2021-01-09 23:11:43 +00:00
|
|
|
# MEMSIC magnetometer
|
|
|
|
- memsic,mmc35240
|
2021-04-01 17:41:10 +00:00
|
|
|
# MEMSIC 3-axis accelerometer
|
|
|
|
- memsic,mx4005
|
2021-01-09 23:11:43 +00:00
|
|
|
# MEMSIC 2-axis 8-bit digital accelerometer
|
|
|
|
- memsic,mxc6225
|
2021-04-01 17:41:10 +00:00
|
|
|
# MEMSIC 2-axis 8-bit digital accelerometer
|
|
|
|
- memsic,mxc6255
|
|
|
|
# MEMSIC 3-axis accelerometer
|
|
|
|
- memsic,mxc6655
|
2020-08-09 11:17:42 +00:00
|
|
|
# Microchip differential I2C ADC, 1 Channel, 18 bit
|
|
|
|
- microchip,mcp3421
|
|
|
|
# Microchip differential I2C ADC, 2 Channel, 18 bit
|
|
|
|
- microchip,mcp3422
|
|
|
|
# Microchip differential I2C ADC, 2 Channel, 18 bit
|
|
|
|
- microchip,mcp3423
|
|
|
|
# Microchip differential I2C ADC, 4 Channel, 18 bit
|
|
|
|
- microchip,mcp3424
|
|
|
|
# Microchip differential I2C ADC, 1 Channel, 16 bit
|
|
|
|
- microchip,mcp3425
|
|
|
|
# Microchip differential I2C ADC, 2 Channel, 16 bit
|
|
|
|
- microchip,mcp3426
|
|
|
|
# Microchip differential I2C ADC, 2 Channel, 16 bit
|
|
|
|
- microchip,mcp3427
|
|
|
|
# Microchip differential I2C ADC, 4 Channel, 16 bit
|
|
|
|
- microchip,mcp3428
|
2018-04-26 21:08:29 +00:00
|
|
|
# Microchip 7-bit Single I2C Digital POT (5k)
|
|
|
|
- microchip,mcp4017-502
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (10k)
|
|
|
|
- microchip,mcp4017-103
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (50k)
|
|
|
|
- microchip,mcp4017-503
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (100k)
|
|
|
|
- microchip,mcp4017-104
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (5k)
|
|
|
|
- microchip,mcp4018-502
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (10k)
|
|
|
|
- microchip,mcp4018-103
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (50k)
|
|
|
|
- microchip,mcp4018-503
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (100k)
|
|
|
|
- microchip,mcp4018-104
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (5k)
|
|
|
|
- microchip,mcp4019-502
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (10k)
|
|
|
|
- microchip,mcp4019-103
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (50k)
|
|
|
|
- microchip,mcp4019-503
|
|
|
|
# Microchip 7-bit Single I2C Digital POT (100k)
|
|
|
|
- microchip,mcp4019-104
|
|
|
|
# PWM Fan Speed Controller With Fan Fault Detection
|
|
|
|
- microchip,tc654
|
|
|
|
# PWM Fan Speed Controller With Fan Fault Detection
|
|
|
|
- microchip,tc655
|
|
|
|
# MiraMEMS DA226 2-axis 14-bit digital accelerometer
|
|
|
|
- miramems,da226
|
|
|
|
# MiraMEMS DA280 3-axis 14-bit digital accelerometer
|
|
|
|
- miramems,da280
|
|
|
|
# MiraMEMS DA311 3-axis 12-bit digital accelerometer
|
|
|
|
- miramems,da311
|
|
|
|
# Temperature sensor with integrated fan control
|
|
|
|
- national,lm63
|
|
|
|
# I2C TEMP SENSOR
|
|
|
|
- national,lm75
|
|
|
|
# Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
|
|
|
|
- national,lm80
|
2020-09-23 05:16:37 +00:00
|
|
|
# Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
|
|
|
|
- national,lm81
|
2018-04-26 21:08:29 +00:00
|
|
|
# Temperature sensor with integrated fan control
|
|
|
|
- national,lm85
|
2020-04-21 02:24:47 +00:00
|
|
|
# I2C ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator
|
2018-04-26 21:08:29 +00:00
|
|
|
- national,lm92
|
|
|
|
# i2c trusted platform module (TPM)
|
|
|
|
- nuvoton,npct501
|
|
|
|
# i2c trusted platform module (TPM2)
|
|
|
|
- nuvoton,npct601
|
|
|
|
# Nuvoton Temperature Sensor
|
|
|
|
- nuvoton,w83773g
|
|
|
|
# OKI ML86V7667 video decoder
|
|
|
|
- oki,ml86v7667
|
|
|
|
# OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus
|
|
|
|
- ovti,ov5642
|
|
|
|
# 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
|
|
|
|
- plx,pex8648
|
|
|
|
# Pulsedlight LIDAR range-finding sensor
|
|
|
|
- pulsedlight,lidar-lite-v2
|
2020-10-31 18:29:20 +00:00
|
|
|
# Renesas ISL29501 time-of-flight sensor
|
|
|
|
- renesas,isl29501
|
2018-04-26 21:08:29 +00:00
|
|
|
# S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
|
|
|
|
- samsung,24ad0xd1
|
2020-10-31 18:29:16 +00:00
|
|
|
# Sensirion low power multi-pixel gas sensor with I2C interface
|
|
|
|
- sensirion,sgpc3
|
|
|
|
# Sensirion multi-pixel gas sensor with I2C interface
|
|
|
|
- sensirion,sgp30
|
2021-08-04 15:45:50 +00:00
|
|
|
# Sensirion gas sensor with I2C interface
|
|
|
|
- sensirion,sgp40
|
2021-04-01 17:41:11 +00:00
|
|
|
# Sensortek 3 axis accelerometer
|
|
|
|
- sensortek,stk8312
|
|
|
|
# Sensortek 3 axis accelerometer
|
|
|
|
- sensortek,stk8ba50
|
2018-04-26 21:08:29 +00:00
|
|
|
# SGX Sensortech VZ89X Sensors
|
|
|
|
- sgx,vz89x
|
|
|
|
# Relative Humidity and Temperature Sensors
|
|
|
|
- silabs,si7020
|
|
|
|
# Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
|
|
|
|
- skyworks,sky81452
|
2020-07-28 03:14:32 +00:00
|
|
|
# Socionext SynQuacer TPM MMIO module
|
|
|
|
- socionext,synquacer-tpm-mmio
|
2018-04-26 21:08:29 +00:00
|
|
|
# i2c serial eeprom (24cxx)
|
2021-06-10 22:15:52 +00:00
|
|
|
- sparkfun,qwiic-joystick
|
|
|
|
# SparkFun Qwiic Joystick (COM-15168) with i2c interface
|
2018-04-26 21:08:29 +00:00
|
|
|
- st,24c256
|
|
|
|
# Ambient Light Sensor with SMBUS/Two Wire Serial Interface
|
|
|
|
- taos,tsl2550
|
|
|
|
# Temperature Monitoring and Fan Control
|
|
|
|
- ti,amc6821
|
2020-10-31 13:40:42 +00:00
|
|
|
# Temperature and humidity sensor with i2c interface
|
|
|
|
- ti,hdc1000
|
|
|
|
# Temperature and humidity sensor with i2c interface
|
|
|
|
- ti,hdc1008
|
|
|
|
# Temperature and humidity sensor with i2c interface
|
|
|
|
- ti,hdc1010
|
|
|
|
# Temperature and humidity sensor with i2c interface
|
|
|
|
- ti,hdc1050
|
|
|
|
# Temperature and humidity sensor with i2c interface
|
|
|
|
- ti,hdc1080
|
2021-09-20 18:21:09 +00:00
|
|
|
# Thermometer with SPI interface
|
|
|
|
- ti,lm70
|
|
|
|
- ti,lm71
|
2020-02-12 03:06:14 +00:00
|
|
|
# Temperature sensor with 2-wire interface
|
|
|
|
- ti,lm73
|
2021-09-20 18:21:09 +00:00
|
|
|
# Thermometer with SPI interface
|
|
|
|
- ti,lm74
|
2019-02-04 20:19:04 +00:00
|
|
|
# Temperature sensor with integrated fan control
|
|
|
|
- ti,lm96000
|
2018-04-26 21:08:29 +00:00
|
|
|
# I2C Touch-Screen Controller
|
|
|
|
- ti,tsc2003
|
|
|
|
# Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface
|
|
|
|
- ti,tmp103
|
2021-09-20 18:21:09 +00:00
|
|
|
# Thermometer with SPI interface
|
|
|
|
- ti,tmp121
|
|
|
|
- ti,tmp122
|
2018-04-26 21:08:29 +00:00
|
|
|
# Digital Temperature Sensor
|
|
|
|
- ti,tmp275
|
2021-03-18 21:24:40 +00:00
|
|
|
# TI Dual channel DCAP+ multiphase controller TPS53676 with AVSBus
|
|
|
|
- ti,tps53676
|
2020-01-13 15:08:40 +00:00
|
|
|
# TI Dual channel DCAP+ multiphase controller TPS53679
|
|
|
|
- ti,tps53679
|
|
|
|
# TI Dual channel DCAP+ multiphase controller TPS53688
|
|
|
|
- ti,tps53688
|
2018-04-26 21:08:29 +00:00
|
|
|
# Winbond/Nuvoton H/W Monitor
|
|
|
|
- winbond,w83793
|
|
|
|
# i2c trusted platform module (TPM)
|
|
|
|
- winbond,wpct301
|
|
|
|
|
|
|
|
required:
|
|
|
|
- compatible
|
|
|
|
- reg
|
|
|
|
|
2020-03-25 22:05:41 +00:00
|
|
|
additionalProperties: false
|
|
|
|
|
2018-04-26 21:08:29 +00:00
|
|
|
...
|