File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,22 @@ pdm0: pdm@26000 {
112112 label = "PDM_0";
113113};
114114
115+ qdec0: qdec@33000 {
116+ compatible = "nordic,nrf-qdec";
117+ reg = <0x33000 0x1000>;
118+ interrupts = <51 NRF_DEFAULT_IRQ_PRIORITY>;
119+ status = "disabled";
120+ label = "QDEC_0";
121+ };
122+
123+ qdec1: qdec@34000 {
124+ compatible = "nordic,nrf-qdec";
125+ reg = <0x34000 0x1000>;
126+ interrupts = <52 NRF_DEFAULT_IRQ_PRIORITY>;
127+ status = "disabled";
128+ label = "QDEC_1";
129+ };
130+
115131regulators: regulator@4000 {
116132 compatible = "nordic,nrf-regulators";
117133 reg = <0x4000 0x1000>;
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ config NRFX_PWM3
129129
130130config NRFX_QDEC
131131 bool "Enable QDEC driver"
132- depends on HAS_HW_NRF_QDEC
132+ depends on HAS_HW_NRF_QDEC || HAS_HW_NRF_QDEC0
133133
134134config NRFX_QSPI
135135 bool "Enable QSPI driver"
You can’t perform that action at this time.
0 commit comments