summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/i3c/i3c.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/i3c/i3c.yaml')
-rw-r--r--dts/Bindings/i3c/i3c.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/dts/Bindings/i3c/i3c.yaml b/dts/Bindings/i3c/i3c.yaml
index 52042aa44d..1f82fc9237 100644
--- a/dts/Bindings/i3c/i3c.yaml
+++ b/dts/Bindings/i3c/i3c.yaml
@@ -157,9 +157,10 @@ examples:
i2c-scl-hz = <100000>;
/* I2C device. */
- nunchuk: nunchuk@52 {
- compatible = "nintendo,nunchuk";
- reg = <0x52 0x0 0x10>;
+ eeprom@57 {
+ compatible = "atmel,24c01";
+ reg = <0x57 0x0 0x10>;
+ pagesize = <0x8>;
};
/* I3C device with a static I2C address. */