Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1189d1d4 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman
Browse files

arm64: dts: ulcb-kf: enable TCA9539 on I2C2



This supports TCA9539 gpio expanders on I2C2 bus on ULCB Kingfisher board

Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent af758116
Loading
Loading
Loading
Loading
+22 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,28 @@
	status = "okay";
	status = "okay";
};
};


&i2c2 {
	gpio_exp_74: gpio@74 {
		compatible = "ti,tca9539";
		reg = <0x74>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		interrupt-parent = <&gpio6>;
		interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
	};

	gpio_exp_75: gpio@75 {
		compatible = "ti,tca9539";
		reg = <0x75>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		interrupt-parent = <&gpio6>;
		interrupts = <4 IRQ_TYPE_EDGE_FALLING>;
	};
};

&ohci0 {
&ohci0 {
	status = "okay";
	status = "okay";
};
};