1 * NXP PNX I2C Controller
5 - reg: Offset and length of the register set for the device
6 - compatible: should be "nxp,pnx-i2c"
7 - interrupts: configure one interrupt line
8 - #address-cells: always 1 (for i2c addresses)
9 - #size-cells: always 0
13 - clock-frequency: desired I2C bus clock frequency in Hz, Default: 100000 Hz
18 compatible = "nxp,pnx-i2c";
19 reg = <0x400a0000 0x100>;
20 interrupt-parent = <&mic>;
27 compatible = "nxp,pnx-i2c";
28 reg = <0x400a8000 0x100>;
29 interrupt-parent = <&mic>;
33 clock-frequency = <100000>;