Skip to content

Commit c867c74

Browse files
committed
doc
1 parent bcad145 commit c867c74

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

content/components/nrf52.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,28 @@ nrf52:
9595

9696
- **reset_pin** (*Required*, [Pin](/guides/configuration-types#pin)): The pin to use for trigger a hardware reset. This pin should be connected to the MCU's reset line or to a circuit that causes the bootloader to enter DFU mode after reset.
9797

98+
## REGOUT0
99+
100+
Output voltage from the REG0 regulator stage, which powers the GPIO pins when the board operates in high-voltage mode.
101+
This setting can only be changed a limited number of times, unless uicr_erase is set to true.
102+
103+
### Example Configuration
104+
105+
```yaml
106+
nrf52:
107+
reg0:
108+
voltage: 3.3V
109+
uicr_erase: true
110+
```
111+
112+
### Configuration variables
113+
114+
- **voltage** (**Required**, voltage): The desired output voltage - must be one of
115+
1.8V, 2.1V, 2.4V, 2.7V, 3.0V, 3.3V, default.
116+
- **uicr_erase** (**Optional**, bool): If set to true, the User Information Configuration Registers (UICR)
117+
will be erased before writing the new voltage setting.
118+
⚠️ Warning: Enabling this may cause the board to fail to boot if misconfigured. Default is false.
119+
98120
## See Also
99121

100122
- {{< docref "esphome/" >}}

0 commit comments

Comments
 (0)