M7350/kernel/Documentation/devicetree/bindings/misc/at24.txt
2024-09-09 08:57:42 +00:00

14 lines
258 B
Plaintext

EEPROMs (IIC) compatible with Atmel at24.
Required properties:
- compatible : "atmel,24c32".
- reg: Should contain registers location
Additional compatible properties are also allowed.
Example:
at24@51 {
compatible = "atmel,24c32";
reg = <0x51>;
};