Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55146927 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: r8a7791 PFC device tree node



Add a DT node for the r8a7791 PFC device.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 02b4a748
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -71,4 +71,10 @@
			      <0 16 4>,
			      <0 17 4>;
	};

	pfc: pfc@e6060000 {
		compatible = "renesas,pfc-r8a7791";
		reg = <0 0xe6060000 0 0x250>;
		#gpio-range-cells = <3>;
	};
};