Commit e0e63658 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg20d-q7: Add RTC support

Define the iWave RainboW-G20D-Qseven board dependent part of the
RTC device node.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarChris Paterson <chris.paterson2@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f9c1e87e
......@@ -50,6 +50,11 @@ vccq_sdhi1: regulator-vccq-sdhi1 {
};
&pfc {
i2c2_pins: i2c2 {
groups = "i2c2";
function = "i2c2";
};
scif0_pins: scif0 {
groups = "scif0_data_d";
function = "scif0";
......@@ -107,3 +112,16 @@ &sdhi1 {
sd-uhs-sdr50;
status = "okay";
};
&i2c2 {
pinctrl-0 = <&i2c2_pins>;
pinctrl-names = "default";
status = "okay";
clock-frequency = <400000>;
rtc@68 {
compatible = "ti,bq32000";
reg = <0x68>;
};
};
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