Add initial device trees to support Kera SoC. Change-Id: If5f894a0cceeb78aea58b562315b6b7c7a4c3fcf Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&arch_timer {
|
|
clock-frequency = <500000>;
|
|
};
|
|
|
|
&memtimer {
|
|
clock-frequency = <500000>;
|
|
};
|