PFC is already enabled on the r8a7794.
This adds pins for devices already enabled in DT on
the r8a7794 based alt board.
Based on work by Mitsuhiro Kimura and Hisashi Nakamura.
Cc: Mitsuhiro Kimura <[email protected]>
Cc: Hisashi Nakamura <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Acked-by: Ulrich Hecht <[email protected]>
clock-frequency = <20000000>;
};
+&pfc {
+ scif2_pins: serial2 {
+ renesas,groups = "scif2_data";
+ renesas,function = "scif2";
+ };
+
+ ether_pins: ether {
+ renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
+ renesas,function = "eth";
+ };
+
+ ether_b_pins: ether {
+ renesas,groups = "eth_link_b", "eth_mdio_b", "eth_rmii_b";
+ renesas,function = "eth";
+ };
+};
+
&cmt0 {
status = "okay";
};