Skip to content

Commit 8bfee54

Browse files
committed
dts: common: nordic: Add idleout-supported property
Add property which indicates that PWM instance supports IDLEOUT feature. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 865ef26 commit 8bfee54

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dts/common/nordic/nrf54lm20a.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
reg = <0xd2000 0x1000>;
507507
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
508508
#pwm-cells = <3>;
509+
idleout-supported;
509510
};
510511

511512
pwm21: pwm@d3000 {
@@ -514,6 +515,7 @@
514515
reg = <0xd3000 0x1000>;
515516
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
516517
#pwm-cells = <3>;
518+
idleout-supported;
517519
};
518520

519521
pwm22: pwm@d4000 {
@@ -522,6 +524,7 @@
522524
reg = <0xd4000 0x1000>;
523525
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
524526
#pwm-cells = <3>;
527+
idleout-supported;
525528
};
526529

527530
adc: adc@d5000 {

dts/common/nordic/nrf7120_enga.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
560560
#pwm-cells = <3>;
561561
status = "disabled";
562+
idleout-supported;
562563
};
563564

564565
pwm21: pwm@d3000 {
@@ -567,6 +568,7 @@
567568
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
568569
#pwm-cells = <3>;
569570
status = "disabled";
571+
idleout-supported;
570572
};
571573

572574
pwm22: pwm@d4000 {
@@ -575,6 +577,7 @@
575577
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
576578
#pwm-cells = <3>;
577579
status = "disabled";
580+
idleout-supported;
578581
};
579582

580583
adc: adc@d5000 {

0 commit comments

Comments
 (0)