Commit a40d9ad3 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

ARM: shmobile: kzm9g-reference: Add PCF8575 GPIO extender to DT

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 614a198d
...@@ -186,6 +186,17 @@ &i2c3 { ...@@ -186,6 +186,17 @@ &i2c3 {
pinctrl-0 = <&i2c3_pins>; pinctrl-0 = <&i2c3_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
pcf8575: gpio@20 {
compatible = "nxp,pcf8575";
reg = <0x20>;
interrupt-parent = <&irqpin2>;
interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
}; };
&mmcif { &mmcif {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment