Commit 07e72397 authored by Biju Das's avatar Biju Das Committed by Simon Horman

arm64: dts: renesas: r8a774c0-cat874: add RTC support

This patch adds Epson RX-8571 real time clock support.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e64f2c4b
...@@ -56,6 +56,19 @@ &extal_clk { ...@@ -56,6 +56,19 @@ &extal_clk {
clock-frequency = <48000000>; clock-frequency = <48000000>;
}; };
&i2c1 {
pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default";
status = "okay";
clock-frequency = <400000>;
rtc@32 {
compatible = "epson,rx8571";
reg = <0x32>;
};
};
&pcie_bus_clk { &pcie_bus_clk {
clock-frequency = <100000000>; clock-frequency = <100000000>;
}; };
...@@ -66,6 +79,11 @@ &pciec0 { ...@@ -66,6 +79,11 @@ &pciec0 {
}; };
&pfc { &pfc {
i2c1_pins: i2c1 {
groups = "i2c1_b";
function = "i2c1";
};
scif2_pins: scif2 { scif2_pins: scif2 {
groups = "scif2_data_a"; groups = "scif2_data_a";
function = "scif2"; function = "scif2";
......
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