Skip to content

Commit

Permalink
ARM: dts: iwg22m: Add RTC support
Browse files Browse the repository at this point in the history
Add support for the bq32000 RTC to the iwg22m device tree.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Fabrizio Castro authored and Simon Horman committed Sep 19, 2017
1 parent 3350ed9 commit a7b8f48
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/r8a7745-iwg22m.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
groups = "mmc_data8", "mmc_ctrl";
function = "mmc";
};

i2c3_pins: i2c3 {
groups = "i2c3_b";
function = "i2c3";
};
};

&mmcif0 {
Expand All @@ -48,3 +53,16 @@
non-removable;
status = "okay";
};

&i2c3 {
pinctrl-0 = <&i2c3_pins>;
pinctrl-names = "default";

status = "okay";
clock-frequency = <400000>;

rtc@68 {
compatible = "ti,bq32000";
reg = <0x68>;
};
};

0 comments on commit a7b8f48

Please sign in to comment.