mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:16:47 +07:00
ARM: dts: apq8064: add gsbi7 i2c support
This patch adds support to gsbi7 i2c which is used in some of the new boards. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
12861674c9
commit
e4b01fda5d
@ -219,4 +219,29 @@ mux {
|
||||
function = "gsbi7";
|
||||
};
|
||||
};
|
||||
|
||||
i2c7_pins: i2c7 {
|
||||
mux {
|
||||
pins = "gpio84", "gpio85";
|
||||
function = "gsbi7";
|
||||
};
|
||||
|
||||
pinconf {
|
||||
pins = "gpio84", "gpio85";
|
||||
drive-strength = <16>;
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
i2c7_pins_sleep: i2c7_pins_sleep {
|
||||
mux {
|
||||
pins = "gpio84", "gpio85";
|
||||
function = "gpio";
|
||||
};
|
||||
pinconf {
|
||||
pins = "gpio84", "gpio85";
|
||||
drive-strength = <2>;
|
||||
bias-disable = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -511,6 +511,19 @@ gsbi7_serial: serial@16640000 {
|
||||
clock-names = "core", "iface";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gsbi7_i2c: i2c@16680000 {
|
||||
compatible = "qcom,i2c-qup-v1.1.1";
|
||||
pinctrl-0 = <&i2c7_pins>;
|
||||
pinctrl-1 = <&i2c7_pins_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
reg = <0x16680000 0x1000>;
|
||||
interrupts = <GIC_SPI 159 IRQ_TYPE_NONE>;
|
||||
clocks = <&gcc GSBI7_QUP_CLK>,
|
||||
<&gcc GSBI7_H_CLK>;
|
||||
clock-names = "core", "iface";
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
rng@1a500000 {
|
||||
|
Loading…
Reference in New Issue
Block a user