mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
Merge "dt-bindings: i2c-slave-test: Add DT bindings for I2C Slave test driver"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
1132458d37
15
bindings/i2c/qcom,i2c-slave-test.txt
Normal file
15
bindings/i2c/qcom,i2c-slave-test.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
I2c Slave test: Qualcomm Technologies Inc Universal Peripheral.
|
||||
|
||||
Required properties:
|
||||
- compatible: Should be: "qcom,i2c-slave-test".
|
||||
- reg: Should contain slave address.
|
||||
|
||||
Optional property:
|
||||
|
||||
Example:
|
||||
|
||||
i2c_slave_test {
|
||||
compatible = "qcom,i2c-slave-test";
|
||||
reg = <0x64>;
|
||||
status = "ok";
|
||||
};
|
||||
Reference in New Issue
Block a user