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:
parent
ee6f51537a
commit
ab001888d3
2 changed files with 10 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue