File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 445
445
clocks = <&cmu CLOCK_AUTO CLOCK_BRANCH_EM01GRPACLK>;
446
446
status = "disabled";
447
447
};
448
+
449
+ acmp1: acmp@5900c000 {
450
+ compatible = "silabs,acmp";
451
+ reg = <0x5900c000 0x4000>;
452
+ interrupts = <42 2>;
453
+ clocks = <&cmu CLOCK_ACMP1 CLOCK_BRANCH_EM01GRPACLK>;
454
+ status = "disabled";
455
+ };
448
456
};
449
457
};
450
458
Original file line number Diff line number Diff line change 574
574
clocks = <&cmu CLOCK_ACMP0 CLOCK_BRANCH_EM01GRPACLK>;
575
575
status = "disabled";
576
576
};
577
+
578
+ acmp1: acmp@5900c000 {
579
+ compatible = "silabs,acmp";
580
+ reg = <0x5900c000 0x4000>;
581
+ interrupts = <42 2>;
582
+ clocks = <&cmu CLOCK_ACMP1 CLOCK_BRANCH_EM01GRPACLK>;
583
+ status = "disabled";
584
+ };
577
585
};
578
586
579
587
hwinfo: hwinfo {
Original file line number Diff line number Diff line change 544
544
clocks = <&cmu CLOCK_ACMP0 CLOCK_BRANCH_EM01GRPACLK>;
545
545
status = "disabled";
546
546
};
547
+
548
+ acmp1: acmp@5900c000 {
549
+ compatible = "silabs,acmp";
550
+ reg = <0x5900c000 0x4000>;
551
+ interrupts = <41 2>;
552
+ clocks = <&cmu CLOCK_ACMP0 CLOCK_BRANCH_EM01GRPACLK>;
553
+ status = "disabled";
554
+ };
547
555
};
548
556
};
549
557
You can’t perform that action at this time.
0 commit comments