arm64: dts: qcom: qcs404: Add TLMM pinctrl node
Add the QCS404 TLMM pinctrl node with its three tiles. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
afdfb0b367
commit
75f6e6d967
|
@ -153,6 +153,20 @@ rpm_msg_ram: memory@60000 {
|
||||||
reg = <0x00060000 0x6000>;
|
reg = <0x00060000 0x6000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tlmm: pinctrl@1000000 {
|
||||||
|
compatible = "qcom,qcs404-pinctrl";
|
||||||
|
reg = <0x01000000 0x200000>,
|
||||||
|
<0x01300000 0x200000>,
|
||||||
|
<0x07b00000 0x200000>;
|
||||||
|
reg-names = "south", "north", "east";
|
||||||
|
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
gpio-ranges = <&tlmm 0 0 120>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
gcc: clock-controller@1800000 {
|
gcc: clock-controller@1800000 {
|
||||||
compatible = "qcom,gcc-qcs404";
|
compatible = "qcom,gcc-qcs404";
|
||||||
reg = <0x01800000 0x80000>;
|
reg = <0x01800000 0x80000>;
|
||||||
|
|
Loading…
Reference in New Issue