Add initial device trees to support Sun SoC and it's platforms. Change-Id: I885a56e29438675e3d7aa449f5e25f00cb28b02a Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
20 lines
332 B
Plaintext
20 lines
332 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&reserved_memory {
|
|
spintable: spintable_region@e3940000 {
|
|
no-map;
|
|
reg = <0x0 0xe3940000 0x0 0x100000>;
|
|
};
|
|
};
|
|
|
|
&arch_timer {
|
|
clock-frequency = <192000>;
|
|
};
|
|
|
|
&memtimer {
|
|
clock-frequency = <192000>;
|
|
};
|