From af12505177165f2f7ad5867aa41506248525e883 Mon Sep 17 00:00:00 2001 From: Oystein Steimler Date: Fri, 1 Mar 2024 09:08:08 +0100 Subject: [PATCH 1/4] NCD-748: Add labels and descriptions to 9151 PMIC ports --- src/common/boards/nrf_PCA10171_0.2.0_9151.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/boards/nrf_PCA10171_0.2.0_9151.json b/src/common/boards/nrf_PCA10171_0.2.0_9151.json index f564a50..4ceeaa0 100644 --- a/src/common/boards/nrf_PCA10171_0.2.0_9151.json +++ b/src/common/boards/nrf_PCA10171_0.2.0_9151.json @@ -105,6 +105,8 @@ "type": "voltage", "port": 1, "portId": "vdd", + "portLabel": "VDD (nPM VOUT1)", + "portDescription": "Voltage on the VDD rail", "mVmin": 1800, "mVmax": 3300 }, @@ -112,6 +114,8 @@ "type": "voltage", "port": 2, "portId": "vdd-gnss-led", + "portLabel": "VDD for GNSS and LED (nPM VOUT2)", + "portDescription": "Voltage driving the Global Navigation Satellite System and the LEDs", "mVmin": 1800, "mVmax": 3300 } From 236cc20d845586b4548ded26c6d9af4e84a31ae4 Mon Sep 17 00:00:00 2001 From: Oystein Steimler Date: Tue, 5 Mar 2024 15:23:06 +0100 Subject: [PATCH 2/4] NCD-748: Add labels and descriptions to 9161r0.10.0 PMIC ports --- src/common/boards/nrf_PCA10153_0.10.0_9161.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/common/boards/nrf_PCA10153_0.10.0_9161.json b/src/common/boards/nrf_PCA10153_0.10.0_9161.json index eaf860b..710a191 100644 --- a/src/common/boards/nrf_PCA10153_0.10.0_9161.json +++ b/src/common/boards/nrf_PCA10153_0.10.0_9161.json @@ -100,9 +100,21 @@ } ], "pmicPorts": [ + { + "type": "voltage", + "port": 1, + "portId": "vdd-gnss-led", + "portLabel": "VDD for GNSS and LED (nPM VOUT1)", + "portDescription": "Voltage driving the Global Navigation Satellite System and the LEDs (NOTE: Possibly not configurable due to swapped TWI lines)", + "mVmin": 1800, + "mVmax": 3300 + }, { "type": "voltage", "port": 2, + "portId": "vdd", + "portLabel": "VDD (nPM VOUT2)", + "portDescription": "Voltage on the VDD rail (NOTE: Possibly not configurable due to swapped TWI lines)", "mVmin": 1800, "mVmax": 2500 } @@ -155,6 +167,10 @@ } ], "pmicPorts": [ + { + "port": 1, + "voltage": 2700 + }, { "port": 2, "voltage": 1800 From 675d39b791d44889be8ba2b6ef9584fe5ced2086 Mon Sep 17 00:00:00 2001 From: Oystein Steimler Date: Tue, 5 Mar 2024 15:24:25 +0100 Subject: [PATCH 3/4] NCD-748: Add labels and descriptions to nRF54L15-PDK (r0.2.0 and r0.3.0) PMIC ports --- src/common/boards/nrf_PCA10156_0.2.0.json | 3 +++ src/common/boards/nrf_PCA10156_0.3.0.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/common/boards/nrf_PCA10156_0.2.0.json b/src/common/boards/nrf_PCA10156_0.2.0.json index 0e99bbd..995638c 100644 --- a/src/common/boards/nrf_PCA10156_0.2.0.json +++ b/src/common/boards/nrf_PCA10156_0.2.0.json @@ -42,6 +42,9 @@ { "type": "voltage", "port": 1, + "portId": "vdd", + "portLabel": "VDD (nPM VOUT1)", + "portDescription": "Voltage on the VDD rail", "mVmin": 1800, "mVmax": 3000 } diff --git a/src/common/boards/nrf_PCA10156_0.3.0.json b/src/common/boards/nrf_PCA10156_0.3.0.json index a6e2933..c216f3b 100644 --- a/src/common/boards/nrf_PCA10156_0.3.0.json +++ b/src/common/boards/nrf_PCA10156_0.3.0.json @@ -51,6 +51,9 @@ { "type": "voltage", "port": 1, + "portId": "vdd", + "portLabel": "VDD (nPM VOUT1)", + "portDescription": "Voltage on the VDD rail", "mVmin": 1800, "mVmax": 3000 } From 626dbf76f0cb4f8302ad36eadf5736eb5810be4d Mon Sep 17 00:00:00 2001 From: Oystein Steimler Date: Wed, 6 Mar 2024 08:08:00 +0100 Subject: [PATCH 4/4] NCD-748: Add changelog entry --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index cd3e35f..e6701b5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## NEXT - UNRELEASED + +EXPERIMENTAL RELEASE + +### Added + +- Names and descriptions to the PMIC ports + ## 0.1.8 - UNRELEASED EXPERIMENTAL RELEASE