ARM: shmobile: r8a7791 PFC device tree node
Add a DT node for the r8a7791 PFC device. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
02b4a748c7
commit
55146927a7
|
@ -71,4 +71,10 @@
|
||||||
<0 16 4>,
|
<0 16 4>,
|
||||||
<0 17 4>;
|
<0 17 4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pfc: pfc@e6060000 {
|
||||||
|
compatible = "renesas,pfc-r8a7791";
|
||||||
|
reg = <0 0xe6060000 0 0x250>;
|
||||||
|
#gpio-range-cells = <3>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue