Skip to content

Commit 66ae009

Browse files
decsnydleach02
authored andcommitted
boards: frdm_mcxw71: Enable VREF
Enable VREF for frdm_mcxw71 board. Signed-off-by: Declan Snyder <[email protected]>
1 parent 7d2f0b8 commit 66ae009

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/nxp/frdm_mcxw71/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ The ``frdm_mcxw71`` board target in Zephyr currently supports the following feat
6464
+-----------+------------+-------------------------------------+
6565
| FLEXCAN | on-chip | can |
6666
+-----------+------------+-------------------------------------+
67+
| VREF | on-chip | regulator |
68+
+-----------+------------+-------------------------------------+
6769

6870
Fetch Binary Blobs
6971
******************

boards/nxp/frdm_mcxw71/frdm_mcxw71.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
};
5151
};
5252

53+
&vref {
54+
status = "okay";
55+
};
56+
5357
&gpioc {
5458
status = "okay";
5559
};

boards/nxp/frdm_mcxw71/frdm_mcxw71.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ supported:
1919
- spi
2020
- i2c
2121
- can
22+
- regulator

0 commit comments

Comments
 (0)