Merge "dt-bindings: i2c-slave-test: Add DT bindings for I2C Slave test driver"

This commit is contained in:
qctecmdr
2022-08-06 00:48:57 -07:00
committed by Gerrit - the friendly Code Review server

View 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";
};