Skip to content

Commit

Permalink
ARM: dts: UniPhier: add pinctrl device nodes
Browse files Browse the repository at this point in the history
Add the pinctrol device nodes for UniPhier PH1-LD4, PH1-Pro4,
and PH1-sLD8.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Masahiro Yamada authored and Olof Johansson committed Jul 27, 2015
1 parent 743ca9e commit 55d945b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/uniphier-ph1-ld4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
interrupts = <0 82 4>;
};

pinctrl: pinctrl@5f801000 {
compatible = "socionext,ph1-ld4-pinctrl",
"syscon";
reg = <0x5f801000 0xe00>;
};

timer@60000200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0x60000200 0x20>;
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/uniphier-ph1-pro4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
interrupts = <0 81 4>;
};

pinctrl: pinctrl@5f801000 {
compatible = "socionext,ph1-pro4-pinctrl",
"syscon";
reg = <0x5f801000 0xe00>;
};

timer@60000200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0x60000200 0x20>;
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/uniphier-ph1-sld8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
interrupts = <0 82 4>;
};

pinctrl: pinctrl@5f801000 {
compatible = "socionext,ph1-sld8-pinctrl",
"syscon";
reg = <0x5f801000 0xe00>;
};

timer@60000200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0x60000200 0x20>;
Expand Down

0 comments on commit 55d945b

Please sign in to comment.