Lines Matching +full:mpc8544 +full:- +full:i2c
1 * I2C
5 - reg : Offset and length of the register set for the device
6 - compatible : should be "fsl,CHIP-i2c" where CHIP is the name of a
7 compatible processor, e.g. mpc8313, mpc8543, mpc8544, mpc5121,
9 "fsl,mpc5121-i2c-ctrl" is required as shown in the example below.
13 - interrupts : <a b> where a is the interrupt number and b is a
18 - fsl,preserve-clocking : boolean; if defined, the clock settings
20 - clock-frequency : desired I2C bus clock frequency in Hz.
21 - fsl,timeout : I2C bus timeout in microseconds.
26 i2c@1740 {
27 #address-cells = <1>;
28 #size-cells = <0>;
29 compatible = "fsl,mpc5121-i2c", "fsl-i2c";
32 interrupt-parent = <&ipic>;
33 clock-frequency = <100000>;
37 compatible = "fsl,mpc5121-i2c-ctrl";
42 i2c@3d00 {
43 #address-cells = <1>;
44 #size-cells = <0>;
45 compatible = "fsl,mpc5200b-i2c","fsl,mpc5200-i2c","fsl-i2c";
48 interrupt-parent = <&mpc5200_pic>;
49 fsl,preserve-clocking;
52 /* MPC8544 base board */
53 i2c@3100 {
54 #address-cells = <1>;
55 #size-cells = <0>;
56 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
59 interrupt-parent = <&mpic>;
60 clock-frequency = <400000>;