dts: common: nordic: Add PDM to nrf54h20 dts

Added pdm0 node to nrf54h20 devicetree with proper bindings.

Signed-off-by: Michał Stasiak <michal.stasiak@nordicsemi.no>
This commit is contained in:
Michał Stasiak 2024-11-19 14:22:58 +01:00 committed by Benjamin Cabé
commit ab001888d3
2 changed files with 10 additions and 1 deletions

View file

@ -5,7 +5,7 @@ description: Nordic PDM (Pulse Density Modulation interface)
compatible: "nordic,nrf-pdm"
include: [base.yaml, pinctrl-device.yaml]
include: ["base.yaml", "pinctrl-device.yaml", "memory-region.yaml", "nordic-clockpin.yaml"]
properties:
reg:

View file

@ -898,6 +898,15 @@
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
};
pdm0: pdm@993000 {
compatible = "nordic,nrf-pdm";
reg = <0x993000 0x1000>;
status = "disabled";
interrupts = <403 NRF_DEFAULT_IRQ_PRIORITY>;
nordic,clockpin-enable = <NRF_FUN_PDM_CLK>;
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
};
qdec130: qdec@994000 {
compatible = "nordic,nrf-qdec";
reg = <0x994000 0x1000>;