Skip to content

Commit 57a7f76

Browse files
kowalewskijanfabiobaltieri
authored andcommitted
boards: ct: ctcc: fix missing configurations for nrf52840
Add missing configurations to yaml and device-tree. Signed-off-by: Jan Kowalewski <[email protected]>
1 parent 36e8144 commit 57a7f76

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/ct/ctcc/ctcc_nrf52840.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
};
6565
};
6666

67+
&reg0 {
68+
status = "okay";
69+
};
70+
6771
&reg1 {
6872
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
6973
};

boards/ct/ctcc/ctcc_nrf52840.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ supported:
1111
- gpio
1212
- usb_device
1313
- watchdog
14+
- counter
1415
vendor: ct

0 commit comments

Comments
 (0)