Adjust arch timer and memtimer frequencies on the sun RUMI to stop IRQ storms during boot. Change-Id: Ic34a125763701ec115db82cd5ed5259fb3bd9a28 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&reserved_memory {
|
|
spintable: spintable_region@90000000 {
|
|
no-map;
|
|
reg = <0x0 0x90000000 0x0 0x100000>;
|
|
};
|
|
};
|
|
|
|
&arch_timer {
|
|
clock-frequency = <500000>;
|
|
};
|
|
|
|
&memtimer {
|
|
clock-frequency = <500000>;
|
|
};
|
|
|
|
&qupv3_se7_2uart {
|
|
qcom,rumi_platform;
|
|
};
|