Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 36f0ea3f35c8b82a69e3cf261ae47a2e > files > 2254

kernel-linus-doc-5.7.19-1.mga7.noarch.rpm

I2C for Nomadik based systems

Required (non-standard) properties:
 - Nil

Recommended (non-standard) properties:
 - clock-frequency : Maximum bus clock frequency for the device

Optional (non-standard) properties:
 - Nil

Example :

i2c@80004000 {
        compatible = "stericsson,db8500-i2c", "st,nomadik-i2c";
        reg = <0x80004000 0x1000>;
        interrupts = <0 21 0x4>;
        #address-cells = <1>;
        #size-cells = <0>;
        v-i2c-supply = <&db8500_vape_reg>;

        clock-frequency = <400000>;
};