Enable console support on sun. Change-Id: If6c1b2a81e2e18bbfee793c9188afb82dcf6f596 Signed-off-by: Prasanna S <quic_prass@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 = <192000>;
|
|
};
|
|
|
|
&memtimer {
|
|
clock-frequency = <192000>;
|
|
};
|
|
|
|
&qupv3_se7_2uart {
|
|
qcom,rumi_platform;
|
|
};
|