File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
dts/arm/raspberrypi/rpi_pico Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 411
411
reg = <0x50200000 DT_SIZE_K(4)>;
412
412
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
413
413
resets = <&reset RPI_PICO_RESETS_RESET_PIO0>;
414
+ interrupts = <7 RPI_PICO_DEFAULT_IRQ_PRIORITY>,
415
+ <8 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
416
+ interrupt-names = "irq0", "irq1";
414
417
status = "disabled";
415
418
};
416
419
419
422
reg = <0x50300000 DT_SIZE_K(4)>;
420
423
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
421
424
resets = <&reset RPI_PICO_RESETS_RESET_PIO1>;
425
+ interrupts = <9 RPI_PICO_DEFAULT_IRQ_PRIORITY>,
426
+ <10 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
427
+ interrupt-names = "irq0", "irq1";
422
428
status = "disabled";
423
429
};
424
430
Original file line number Diff line number Diff line change 429
429
reg = <0x50200000 DT_SIZE_K(4)>;
430
430
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
431
431
resets = <&reset RPI_PICO_RESETS_RESET_PIO0>;
432
+ interrupts = <15 RPI_PICO_DEFAULT_IRQ_PRIORITY>,
433
+ <16 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
434
+ interrupt-names = "irq0", "irq1";
432
435
status = "disabled";
433
436
};
434
437
437
440
reg = <0x50300000 DT_SIZE_K(4)>;
438
441
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
439
442
resets = <&reset RPI_PICO_RESETS_RESET_PIO1>;
443
+ interrupts = <17 RPI_PICO_DEFAULT_IRQ_PRIORITY>,
444
+ <18 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
445
+ interrupt-names = "irq0", "irq1";
440
446
status = "disabled";
441
447
};
442
448
445
451
reg = <0x50400000 DT_SIZE_K(4)>;
446
452
clocks = <&clocks RPI_PICO_CLKID_CLK_SYS>;
447
453
resets = <&reset RPI_PICO_RESETS_RESET_PIO2>;
454
+ interrupts = <19 RPI_PICO_DEFAULT_IRQ_PRIORITY>,
455
+ <20 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
456
+ interrupt-names = "irq0", "irq1";
448
457
status = "disabled";
449
458
};
450
459
};
You can’t perform that action at this time.
0 commit comments