Skip to content

Commit

Permalink
ARM64: dts: marvell: armada-3720 add RTC support
Browse files Browse the repository at this point in the history
The Armada 3720 DB board has an RTC on the I2C bus. It's a PT7C4337A from
Pericom but which claims to be fully compatible with the ds1337.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Gregory CLEMENT committed Mar 23, 2017
1 parent a12af1c commit 85bee2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-3720-db.dts
Original file line number Diff line number Diff line change
@@ -98,6 +98,12 @@
* IO0_7: PWR_EN_SGMII IO1_7: PWR_MCI_PS
*/
};

rtc@68 {
/* PT7C4337A from pericom fully compatible with the ds1337 */
compatible = "dallas,ds1337";
reg = <0x68>;
};
};

/* CON3 */

0 comments on commit 85bee2a

Please sign in to comment.