Commit 1982c09a authored by Anatolij Gustschin's avatar Anatolij Gustschin

powerpc/5200: dts: digsy_mtc.dts: add timer0 and timer1 gpio properties

timer0 and timer1 pins are used as simple GPIO on this board.
Add gpio-controller and #gpio-cells properties to timer nodes
so that we can control gpio lines using available MPC52xx
GPT driver.
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent aa4593f2
...@@ -23,7 +23,14 @@ memory { ...@@ -23,7 +23,14 @@ memory {
soc5200@f0000000 { soc5200@f0000000 {
timer@600 { // General Purpose Timer timer@600 { // General Purpose Timer
#gpio-cells = <2>;
fsl,has-wdt; fsl,has-wdt;
gpio-controller;
};
timer@610 {
#gpio-cells = <2>;
gpio-controller;
}; };
rtc@800 { rtc@800 {
......
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