summaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorRupinderjit Singh <rupinderjit.singh@arm.com>2022-09-12 17:25:32 +0100
committerRupinderjit Singh <rupinderjit.singh@arm.com>2022-09-15 13:04:44 +0100
commita816de564f927ebb72ab7692b8b3f46073179310 (patch)
tree1ad793d83455177f07740be4783d011598df37f5 /fdts
parent28a28511c47bc9c6ccd8aacbe47098e9db34ebd5 (diff)
downloadarm-trusted-firmware-a816de564f927ebb72ab7692b8b3f46073179310.tar.gz
feat(tc): add RTC PL031 device tree node
It enables RTC PL031 driver in kernel. Signed-off-by: Rupinderjit Singh <rupinderjit.singh@arm.com> Change-Id: I6d7c1a5b6ce11b3d594f7575a747e72826c8d9b8
Diffstat (limited to 'fdts')
-rw-r--r--fdts/tc.dts11
1 files changed, 10 insertions, 1 deletions
diff --git a/fdts/tc.dts b/fdts/tc.dts
index 20992294b..1cf3f1b17 100644
--- a/fdts/tc.dts
+++ b/fdts/tc.dts
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021, Arm Limited. All rights reserved.
+ * Copyright (c) 2020-2022, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -336,6 +336,15 @@
status = "okay";
};
+ rtc0: rtc@1C170000 {
+ compatible = "arm,pl031", "arm,primecell";
+ reg = <0x0 0x1C170000 0x0 0x1000>;
+ interrupts = <0x0 100 0x4>;
+ clocks = <&soc_refclk100mhz>;
+ clock-names = "apb_pclk";
+ wakeup-source;
+ };
+
vencoder {
compatible = "drm,virtual-encoder";