We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e2799 commit 740036cCopy full SHA for 740036c
1 file changed
arch/arm/boot/dts/sam9x60.dtsi
@@ -438,6 +438,8 @@
438
439
tcb0: timer@f8008000 {
440
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
441
+ #address-cells = <1>;
442
+ #size-cells = <0>;
443
reg = <0xf8008000 0x100>;
444
interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;
445
clocks = <&pmc PMC_TYPE_PERIPHERAL 17>, <&clk32k 0>;
@@ -446,6 +448,8 @@
446
448
447
449
tcb1: timer@f800c000 {
450
451
452
453
reg = <0xf800c000 0x100>;
454
interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>;
455
clocks = <&pmc PMC_TYPE_PERIPHERAL 45>, <&clk32k 0>;
0 commit comments