26 lines
433 B
YAML
26 lines
433 B
YAML
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Nordic PDM (Pulse Density Modulation interface)
|
|
|
|
compatible: "nordic,nrf-pdm"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clk-pin:
|
|
type: int
|
|
required: true
|
|
description: CLK pin
|
|
|
|
din-pin:
|
|
type: int
|
|
required: true
|
|
description: DIN pin
|