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 656656 clocks = <&hsfll120>;
657657 power-domains = <&gpd NRF_GPD_FAST_ACTIVE1>;
658658 #pwm-cells = <3>;
659+ idleout-supported;
659660 };
660661
661662 spis120: spi@8e5000 {
10081009 clocks = <&fll16m>;
10091010 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
10101011 #pwm-cells = <3>;
1012+ idleout-supported;
10111013 };
10121014
10131015 i2c130: i2c@9a5000 {
11411143 clocks = <&fll16m>;
11421144 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
11431145 #pwm-cells = <3>;
1146+ idleout-supported;
11441147 };
11451148
11461149 i2c132: i2c@9b5000 {
12741277 clocks = <&fll16m>;
12751278 #pwm-cells = <3>;
12761279 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1280+ idleout-supported;
12771281 };
12781282
12791283 i2c134: i2c@9c5000 {
14071411 clocks = <&fll16m>;
14081412 #pwm-cells = <3>;
14091413 power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1414+ idleout-supported;
14101415 };
14111416
14121417 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