File tree Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ properties:
18
18
type : boolean
19
19
description : Set this to use center-aligned (up and down) counter mode.
20
20
21
+ idleout-supported :
22
+ type : boolean
23
+ description : |
24
+ Indicates if the PWM instance has the IDLEOUT register.
25
+
21
26
" #pwm-cells " :
22
27
const : 3
23
28
Original file line number Diff line number Diff line change 656
656
clocks = <&hsfll120>;
657
657
power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
658
658
#pwm-cells = <3>;
659
+ idleout-supported;
659
660
};
660
661
661
662
spis120: spi@8e5000 {
1008
1009
clocks = <&fll16m>;
1009
1010
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1010
1011
#pwm-cells = <3>;
1012
+ idleout-supported;
1011
1013
};
1012
1014
1013
1015
i2c130: i2c@9a5000 {
1141
1143
clocks = <&fll16m>;
1142
1144
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1143
1145
#pwm-cells = <3>;
1146
+ idleout-supported;
1144
1147
};
1145
1148
1146
1149
i2c132: i2c@9b5000 {
1274
1277
clocks = <&fll16m>;
1275
1278
#pwm-cells = <3>;
1276
1279
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1280
+ idleout-supported;
1277
1281
};
1278
1282
1279
1283
i2c134: i2c@9c5000 {
1407
1411
clocks = <&fll16m>;
1408
1412
#pwm-cells = <3>;
1409
1413
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1414
+ idleout-supported;
1410
1415
};
1411
1416
1412
1417
i2c136: i2c@9d5000 {
Original file line number Diff line number Diff line change 489
489
reg = <0xd2000 0x1000>;
490
490
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
491
491
#pwm-cells = <3>;
492
+ idleout-supported;
492
493
};
493
494
494
495
pwm21: pwm@d3000 {
497
498
reg = <0xd3000 0x1000>;
498
499
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
499
500
#pwm-cells = <3>;
501
+ idleout-supported;
500
502
};
501
503
502
504
pwm22: pwm@d4000 {
505
507
reg = <0xd4000 0x1000>;
506
508
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
507
509
#pwm-cells = <3>;
510
+ idleout-supported;
508
511
};
509
512
510
513
adc: adc@d5000 {
Original file line number Diff line number Diff line change 479
479
reg = <0xd2000 0x1000>;
480
480
interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
481
481
#pwm-cells = <3>;
482
+ idleout-supported;
482
483
};
483
484
484
485
pwm21: pwm@d3000 {
487
488
reg = <0xd3000 0x1000>;
488
489
interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
489
490
#pwm-cells = <3>;
491
+ idleout-supported;
490
492
};
491
493
492
494
pwm22: pwm@d4000 {
495
497
reg = <0xd4000 0x1000>;
496
498
interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
497
499
#pwm-cells = <3>;
500
+ idleout-supported;
498
501
};
499
502
500
503
adc: adc@d5000 {
Original file line number Diff line number Diff line change 479
479
status = "disabled";
480
480
interrupts = <228 NRF_DEFAULT_IRQ_PRIORITY>;
481
481
#pwm-cells = <3>;
482
+ idleout-supported;
482
483
};
483
484
484
485
spi120: spi@8e6000 {
767
768
status = "disabled";
768
769
interrupts = <420 NRF_DEFAULT_IRQ_PRIORITY>;
769
770
#pwm-cells = <3>;
771
+ idleout-supported;
770
772
};
771
773
772
774
i2c130: i2c@9a5000 {
881
883
status = "disabled";
882
884
interrupts = <436 NRF_DEFAULT_IRQ_PRIORITY>;
883
885
#pwm-cells = <3>;
886
+ idleout-supported;
884
887
};
885
888
886
889
i2c132: i2c@9b5000 {
995
998
status = "disabled";
996
999
interrupts = <452 NRF_DEFAULT_IRQ_PRIORITY>;
997
1000
#pwm-cells = <3>;
1001
+ idleout-supported;
998
1002
};
999
1003
1000
1004
i2c134: i2c@9c5000 {
1109
1113
status = "disabled";
1110
1114
interrupts = <468 NRF_DEFAULT_IRQ_PRIORITY>;
1111
1115
#pwm-cells = <3>;
1116
+ idleout-supported;
1112
1117
};
1113
1118
1114
1119
i2c136: i2c@9d5000 {
You can’t perform that action at this time.
0 commit comments