mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-21 17:19:57 +00:00
38 lines
890 B
Modula-2
38 lines
890 B
Modula-2
# Copyright 2023 Dual Tachyon
|
|
# https://github.com/DualTachyon
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
[PMU]
|
|
@ = 0x40000800, 0x800
|
|
|
|
SRC_CFG = 0x0010
|
|
> RCHF_SEL, 1, 1
|
|
= 48MHZ, 0
|
|
= 24MHZ, 1
|
|
|
|
> RCHF_EN, 0, 1
|
|
= DISABLE, 0
|
|
= ENABLE, 1
|
|
|
|
TRIM_POW0 = 0x0020
|
|
TRIM_POW1 = 0x0024
|
|
TRIM_POW2 = 0x0028
|
|
TRIM_POW3 = 0x002C
|
|
|
|
TRIM_RCHF = 0x0030
|
|
TRIM_RCLF = 0x0034
|
|
TRIM_OPA = 0x0038
|
|
TRIM_PLL = 0x003C
|
|
|