1 * NXP PCA953x I2C GPIO multiplexer
4 - compatible: Has to contain one of the following:
37 - gpio-controller: if used as gpio expander.
38 - #gpio-cells: if used as gpio expander.
39 - interrupt-controller: if to be used as interrupt expander.
40 - #interrupt-cells: if to be used as interrupt expander.
43 - interrupts: interrupt specifier for the device's interrupt output.
44 - reset-gpios: GPIO specification for the RESET input. This is an
45 active low signal to the PCA953x.
46 - vcc-supply: power supply regulator.
52 compatible = "nxp,pca9505";
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_pca9505>;
58 interrupt-parent = <&gpio3>;
59 interrupts = <23 IRQ_TYPE_LEVEL_LOW>;
63 Example with Interrupts:
67 compatible = "nxp,pcal6524";
69 interrupt-parent = <&gpio6>;
70 interrupts = <1 IRQ_TYPE_EDGE_FALLING>; /* gpio6_161 */
72 #interrupt-cells = <2>;
73 vcc-supply = <&vdds_1v8_main>;
77 "hdmi-ct-hpd", "hdmi.ls-oe", "p02", "p03", "vibra", "fault2", "p06", "p07",
78 "en-usb", "en-host1", "en-host2", "chg-int", "p14", "p15", "mic-int", "en-modem",
79 "shdn-hs-amp", "chg-status+red", "green", "blue", "en-esata", "fault1", "p26", "p27";
83 compatible = "ti,ts3a227e";
85 interrupt-parent = <&gpio99>;
86 interrupts = <14 IRQ_TYPE_EDGE_RISING>;
87 ti,micbias = <0>; /* 2.1V */