Commit 2d5958e3 authored by Baruch Siach's avatar Baruch Siach Committed by Arnd Bergmann

ARM: digicolor: add pinctrl module device node

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 82f88174
......@@ -95,6 +95,13 @@ watchdog@f0000fc0 {
timeout-sec = <15>;
};
pinctrl: pinctrl@f0000e20 {
compatible = "cnxt,cx92755-pinctrl";
reg = <0xf0000e20 0x100>;
gpio-controller;
#gpio-cells = <2>;
};
uc_regs: syscon@f00003a0 {
compatible = "cnxt,cx92755-uc", "syscon";
reg = <0xf00003a0 0x10>;
......
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