Skip to content

Commit 9f42021

Browse files
dts: arm: silabs: instantiate acmp1 nodes for xg2x parts
Add the missing node for acmp1 in the dts for xg21, xg23 and xg23 devices. Signed-off-by: Bastien Beauchamp <bastien.beauchamp@silabs.com>
1 parent 1ee39b9 commit 9f42021

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

dts/arm/silabs/xg21/xg21.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,14 @@
445445
clocks = <&cmu CLOCK_AUTO CLOCK_BRANCH_EM01GRPACLK>;
446446
status = "disabled";
447447
};
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+
};
448456
};
449457
};
450458

dts/arm/silabs/xg23/xg23.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,14 @@
574574
clocks = <&cmu CLOCK_ACMP0 CLOCK_BRANCH_EM01GRPACLK>;
575575
status = "disabled";
576576
};
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+
};
577585
};
578586

579587
hwinfo: hwinfo {

dts/arm/silabs/xg24/xg24.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,14 @@
544544
clocks = <&cmu CLOCK_ACMP0 CLOCK_BRANCH_EM01GRPACLK>;
545545
status = "disabled";
546546
};
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+
};
547555
};
548556
};
549557

0 commit comments

Comments
 (0)