|
| 1 | +# Copyright (c) 2024 Nordic Semiconductor ASA |
| 2 | +# SPDX-License-Identifier: LicenseRef-Nordic-4-Clause |
| 3 | + |
| 4 | +description: | |
| 5 | + Nordic Board Information Configuration Registers (BICR) |
| 6 | +
|
| 7 | +compatible: "nordic,nrf-bicr" |
| 8 | + |
| 9 | +include: [base.yaml, "nordic,nrf-port-configs.yaml"] |
| 10 | + |
| 11 | +properties: |
| 12 | + power-vddao5v0: |
| 13 | + type: string |
| 14 | + description: VDD_AO_5V0 power rail configuration. |
| 15 | + enum: |
| 16 | + - "external" |
| 17 | + - "shorted" |
| 18 | + |
| 19 | + power-vddao1v8: |
| 20 | + type: string |
| 21 | + description: VDD_AO_1V8 power rail configuration. |
| 22 | + enum: |
| 23 | + - "internal" |
| 24 | + - "external" |
| 25 | + |
| 26 | + power-vdd1v0: |
| 27 | + type: string |
| 28 | + description: VDD_1V0 power rail configuration. |
| 29 | + enum: |
| 30 | + - "internal" |
| 31 | + - "external" |
| 32 | + |
| 33 | + power-vddrf1v0: |
| 34 | + type: string |
| 35 | + description: VDD_RF_1V0 power rail configuration. |
| 36 | + enum: |
| 37 | + - "external" |
| 38 | + - "shorted" |
| 39 | + |
| 40 | + power-vddao0v8: |
| 41 | + type: string |
| 42 | + description: VDD_AO_0V8 power rail configuration. |
| 43 | + enum: |
| 44 | + - "internal" |
| 45 | + - "external" |
| 46 | + |
| 47 | + power-vddvs0v8: |
| 48 | + type: string |
| 49 | + description: VDD_VS_0V8 power rail configuration. |
| 50 | + enum: |
| 51 | + - "internal" |
| 52 | + - "external" |
| 53 | + |
| 54 | + inductor-present: |
| 55 | + type: boolean |
| 56 | + description: DC/DC inductor present. |
| 57 | + |
| 58 | + lfosc-accuracy: |
| 59 | + type: int |
| 60 | + description: LFXO crystal or external signal accuracy in ppm. |
| 61 | + enum: |
| 62 | + - 500 |
| 63 | + - 250 |
| 64 | + - 150 |
| 65 | + - 100 |
| 66 | + - 75 |
| 67 | + - 50 |
| 68 | + - 30 |
| 69 | + - 20 |
| 70 | + |
| 71 | + lfosc-mode: |
| 72 | + type: string |
| 73 | + description: | |
| 74 | + LFXO operational mode. |
| 75 | + enum: |
| 76 | + - "crystal" |
| 77 | + - "external-sine" |
| 78 | + - "external-square" |
| 79 | + - "disabled" |
| 80 | + |
| 81 | + lfosc-loadcap: |
| 82 | + type: int |
| 83 | + description: | |
| 84 | + Built-in load capacitors selection in 1pF steps, up to 25pF max. If 0, |
| 85 | + only external capacitors will be used. |
| 86 | +
|
| 87 | + lfosc-startup: |
| 88 | + type: int |
| 89 | + description: LFXO startup time in milliseconds. |
| 90 | + |
| 91 | + lfrc-autocalibration: |
| 92 | + type: array |
| 93 | + description: | |
| 94 | + A list of values pertaining to LFRC autocalibration settings. The prop |
| 95 | + is encoded as <temp-interval temp-delta interval-max-count>, where: |
| 96 | + - temp-interval is the temperature measurement interval in 0.25s steps |
| 97 | + - temp-delta is the temperature delta that should trigger a calibration |
| 98 | + in 0.25 degree steps |
| 99 | + - interval-max-count are the max number of temp-interval periods in |
| 100 | + between calibrations, independent of temperature changes. |
| 101 | +
|
| 102 | + hfxo-mode: |
| 103 | + type: string |
| 104 | + description: | |
| 105 | + HFXO operational mode. |
| 106 | + enum: |
| 107 | + - "crystal" |
| 108 | + - "external-square" |
| 109 | + |
| 110 | + hfxo-loadcap: |
| 111 | + type: int |
| 112 | + description: | |
| 113 | + Built-in load capacitors selection in 0.25 pF steps, up to 25.75 pF max. |
| 114 | + If 0, only external capacitors will be used. |
| 115 | +
|
| 116 | + hfxo-startup: |
| 117 | + type: int |
| 118 | + description: HFXO startup time in milliseconds. |
0 commit comments