mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Initial commit
This commit is contained in:
37
hardware/dp32g030/pmu.def
Normal file
37
hardware/dp32g030/pmu.def
Normal file
@ -0,0 +1,37 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user