diff --git a/qcom/tuna-pinctrl.dtsi b/qcom/tuna-pinctrl.dtsi new file mode 100644 index 00000000..f0567b81 --- /dev/null +++ b/qcom/tuna-pinctrl.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +&tlmm { +}; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index d07a0955..3ba2c963 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -281,4 +281,16 @@ status = "disabled"; }; }; + + tlmm: pinctrl@f000000 { + compatible = "qcom,tuna-tlmm"; + reg = <0x0f000000 0x1000000>; + interrupts = ; + gpio-controller; + #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; + }; }; + +#include "tuna-pinctrl.dtsi"