mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 23:35:10 +00:00
Merge "feat(tc): add RTC PL031 device tree node" into integration
This commit is contained in:
commit
0f2ab75fa3
1 changed files with 10 additions and 1 deletions
11
fdts/tc.dts
11
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
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -336,6 +336,15 @@
|
||||||
status = "okay";
|
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 {
|
vencoder {
|
||||||
compatible = "drm,virtual-encoder";
|
compatible = "drm,virtual-encoder";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue