Skip to content

Commit 5503683

Browse files
mstasiaknordicrlubos
authored andcommitted
[nrf fromlist] dts: common: nordic: Add PDM to nrf54h20 dts
Added pdm0 node to nrf54h20 devicetree with proper bindings. Upstream PR #: 81588 Signed-off-by: Michał Stasiak <[email protected]>
1 parent c9fea62 commit 5503683

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

dts/bindings/audio/nordic,nrf-pdm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Nordic PDM (Pulse Density Modulation interface)
55

66
compatible: "nordic,nrf-pdm"
77

8-
include: [base.yaml, pinctrl-device.yaml]
8+
include: ["base.yaml", "pinctrl-device.yaml", "memory-region.yaml", "nordic-clockpin.yaml"]
99

1010
properties:
1111
reg:

dts/common/nordic/nrf54h20.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,15 @@
905905
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
906906
};
907907

908+
pdm0: pdm@993000 {
909+
compatible = "nordic,nrf-pdm";
910+
reg = <0x993000 0x1000>;
911+
status = "disabled";
912+
interrupts = <403 NRF_DEFAULT_IRQ_PRIORITY>;
913+
nordic,clockpin-enable = <NRF_FUN_PDM_CLK>;
914+
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
915+
};
916+
908917
qdec130: qdec@994000 {
909918
compatible = "nordic,nrf-qdec";
910919
reg = <0x994000 0x1000>;

0 commit comments

Comments
 (0)