1
0
Fork 0

ARM: shmobile: sh7372: Add pin control device to device tree

Add a pfc node to the sh7372 device tree.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
hifive-unleashed-5.1
Laurent Pinchart 2013-05-09 15:05:57 +02:00 committed by Simon Horman
parent f98e10c88a
commit 871e4b3e9e
1 changed files with 8 additions and 0 deletions

View File

@ -23,4 +23,12 @@
reg = <0x0>;
};
};
pfc: pfc@e6050000 {
compatible = "renesas,pfc-sh7372";
reg = <0xe6050000 0x8000>,
<0xe605801c 0x1c>;
gpio-controller;
#gpio-cells = <2>;
};
};