Commit 9539c0c1 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Matthias Brugger

arm64: dts: mediatek: mt6797: Add pinctrl support

Add pinctrl support for Mediatek MT6797 SoC.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent bfeffd15
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <dt-bindings/clock/mt6797-clk.h> #include <dt-bindings/clock/mt6797-clk.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/pinctrl/mt6797-pinfunc.h>
/ { / {
compatible = "mediatek,mt6797"; compatible = "mediatek,mt6797";
...@@ -129,6 +130,19 @@ infrasys: infracfg_ao@10001000 { ...@@ -129,6 +130,19 @@ infrasys: infracfg_ao@10001000 {
#clock-cells = <1>; #clock-cells = <1>;
}; };
pio: pinctrl@10005000 {
compatible = "mediatek,mt6797-pinctrl";
reg = <0 0x10005000 0 0x1000>,
<0 0x10002000 0 0x400>,
<0 0x10002400 0 0x400>,
<0 0x10002800 0 0x400>,
<0 0x10002C00 0 0x400>;
reg-names = "gpio", "iocfgl", "iocfgb",
"iocfgr", "iocfgt";
gpio-controller;
#gpio-cells = <2>;
};
scpsys: scpsys@10006000 { scpsys: scpsys@10006000 {
compatible = "mediatek,mt6797-scpsys"; compatible = "mediatek,mt6797-scpsys";
#power-domain-cells = <1>; #power-domain-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment