Add initial device trees to support tuna SoC. Change-Id: I3caa9859791478f81abbc8110a50af5905a01279 Signed-off-by: Shivendra Pratap <quic_spratap@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>;
|
|
};
|