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:
1818 type : boolean
1919 description : Set this to use center-aligned (up and down) counter mode.
2020
21+ idleout-supported :
22+ type : boolean
23+ description : |
24+ Indicates if the PWM instance has the IDLEOUT register.
25+
2126 " #pwm-cells " :
2227 const : 3
2328
Original file line number Diff line number Diff line change 666666 clocks = <&hsfll120>;
667667 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
668668 #pwm-cells = <3>;
669+ idleout-supported;
669670 };
670671
671672 spis120: spi@8e5000 {
10181019 clocks = <&fll16m>;
10191020 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
10201021 #pwm-cells = <3>;
1022+ idleout-supported;
10211023 };
10221024
10231025 i2c130: i2c@9a5000 {
11511153 clocks = <&fll16m>;
11521154 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
11531155 #pwm-cells = <3>;
1156+ idleout-supported;
11541157 };
11551158
11561159 i2c132: i2c@9b5000 {
12841287 clocks = <&fll16m>;
12851288 #pwm-cells = <3>;
12861289 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1290+ idleout-supported;
12871291 };
12881292
12891293 i2c134: i2c@9c5000 {
14171421 clocks = <&fll16m>;
14181422 #pwm-cells = <3>;
14191423 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1424+ idleout-supported;
14201425 };
14211426
14221427 i2c136: i2c@9d5000 {
Original file line number Diff line number Diff line change 489489 reg = <0xd2000 0x1000>;
490490 interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
491491 #pwm-cells = <3>;
492+ idleout-supported;
492493 };
493494
494495 pwm21: pwm@d3000 {
497498 reg = <0xd3000 0x1000>;
498499 interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
499500 #pwm-cells = <3>;
501+ idleout-supported;
500502 };
501503
502504 pwm22: pwm@d4000 {
505507 reg = <0xd4000 0x1000>;
506508 interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
507509 #pwm-cells = <3>;
510+ idleout-supported;
508511 };
509512
510513 adc: adc@d5000 {
Original file line number Diff line number Diff line change 479479 reg = <0xd2000 0x1000>;
480480 interrupts = <210 NRF_DEFAULT_IRQ_PRIORITY>;
481481 #pwm-cells = <3>;
482+ idleout-supported;
482483 };
483484
484485 pwm21: pwm@d3000 {
487488 reg = <0xd3000 0x1000>;
488489 interrupts = <211 NRF_DEFAULT_IRQ_PRIORITY>;
489490 #pwm-cells = <3>;
491+ idleout-supported;
490492 };
491493
492494 pwm22: pwm@d4000 {
495497 reg = <0xd4000 0x1000>;
496498 interrupts = <212 NRF_DEFAULT_IRQ_PRIORITY>;
497499 #pwm-cells = <3>;
500+ idleout-supported;
498501 };
499502
500503 adc: adc@d5000 {
Original file line number Diff line number Diff line change 479479 status = "disabled";
480480 interrupts = <228 NRF_DEFAULT_IRQ_PRIORITY>;
481481 #pwm-cells = <3>;
482+ idleout-supported;
482483 };
483484
484485 spi120: spi@8e6000 {
767768 status = "disabled";
768769 interrupts = <420 NRF_DEFAULT_IRQ_PRIORITY>;
769770 #pwm-cells = <3>;
771+ idleout-supported;
770772 };
771773
772774 i2c130: i2c@9a5000 {
881883 status = "disabled";
882884 interrupts = <436 NRF_DEFAULT_IRQ_PRIORITY>;
883885 #pwm-cells = <3>;
886+ idleout-supported;
884887 };
885888
886889 i2c132: i2c@9b5000 {
995998 status = "disabled";
996999 interrupts = <452 NRF_DEFAULT_IRQ_PRIORITY>;
9971000 #pwm-cells = <3>;
1001+ idleout-supported;
9981002 };
9991003
10001004 i2c134: i2c@9c5000 {
11091113 status = "disabled";
11101114 interrupts = <468 NRF_DEFAULT_IRQ_PRIORITY>;
11111115 #pwm-cells = <3>;
1116+ idleout-supported;
11121117 };
11131118
11141119 i2c136: i2c@9d5000 {
You can’t perform that action at this time.
0 commit comments