浏览代码

ARM64: dts: marvell: armada-3720 add RTC support

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>
Gregory CLEMENT 8 年之前
父节点
当前提交
85bee2af8a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/arm64/boot/dts/marvell/armada-3720-db.dts

+ 6 - 0
arch/arm64/boot/dts/marvell/armada-3720-db.dts

@@ -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 */