mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add bindings for IO expander for cinder
Add bindings for IO expander for cinder SoCs. Change-Id: Ic8a53f805288c087de587cfdf7c45967019cb0c9
This commit is contained in:
@@ -54,3 +54,31 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se5_i2c {
|
||||
clock-frequency = <400000>;
|
||||
status = "ok";
|
||||
|
||||
exp0: gpio@21 {
|
||||
compatible = "ti,tca6408";
|
||||
reg = <0x21>;
|
||||
vcc-supply = <&L15A>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se6_i2c {
|
||||
clock-frequency = <400000>;
|
||||
status = "ok";
|
||||
|
||||
exp1: gpio@20 {
|
||||
compatible = "ti,tca6408";
|
||||
reg = <0x20>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
vcc-supply = <&L15A>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -42,3 +42,31 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se5_i2c {
|
||||
clock-frequency = <400000>;
|
||||
status = "ok";
|
||||
|
||||
exp0: gpio@21 {
|
||||
compatible = "ti,tca6408";
|
||||
reg = <0x21>;
|
||||
vcc-supply = <&L15A>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se6_i2c {
|
||||
clock-frequency = <400000>;
|
||||
status = "ok";
|
||||
|
||||
exp1: gpio@20 {
|
||||
compatible = "ti,tca6408";
|
||||
reg = <0x20>;
|
||||
interrupt-parent = <&intc>;
|
||||
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
vcc-supply = <&L15A>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user