Skip to content

Commit 2b8d074

Browse files
silabs-BastienBcfriedt
authored andcommitted
include: zephyr: dt-bindings: clock: silabs: fix clock branch
Updated CLOCK_BRANCH bindings to stay in sync with the enum sl_clock_branch_t in the Silicon Labs HAL. Signed-off-by: Bastien Beauchamp <[email protected]>
1 parent 8285cc0 commit 2b8d074

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

include/zephyr/dt-bindings/clock/silabs/common-clock.h

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,20 @@
3434
#define CLOCK_BRANCH_SYSRTCCLK 19
3535
#define CLOCK_BRANCH_EUART0CLK 20
3636
#define CLOCK_BRANCH_EUSART0CLK 21
37-
#define CLOCK_BRANCH_DPLLREFCLK 22
38-
#define CLOCK_BRANCH_I2C0CLK 23
39-
#define CLOCK_BRANCH_LCDCLK 24
40-
#define CLOCK_BRANCH_PIXELRZCLK 25
41-
#define CLOCK_BRANCH_PCNT0CLK 26
42-
#define CLOCK_BRANCH_PRORTCCLK 27
43-
#define CLOCK_BRANCH_SYSTICKCLK 28
44-
#define CLOCK_BRANCH_LESENSEHFCLK 29
45-
#define CLOCK_BRANCH_VDAC0CLK 30
46-
#define CLOCK_BRANCH_VDAC1CLK 31
47-
#define CLOCK_BRANCH_USB0CLK 32
48-
#define CLOCK_BRANCH_FLPLLREFCLK 33
49-
#define CLOCK_BRANCH_INVALID 34
37+
#define CLOCK_BRANCH_EUSART1CLK 22
38+
#define CLOCK_BRANCH_DPLLREFCLK 23
39+
#define CLOCK_BRANCH_I2C0CLK 24
40+
#define CLOCK_BRANCH_LCDCLK 25
41+
#define CLOCK_BRANCH_PIXELRZCLK 26
42+
#define CLOCK_BRANCH_PCNT0CLK 27
43+
#define CLOCK_BRANCH_PRORTCCLK 28
44+
#define CLOCK_BRANCH_SYSTICKCLK 29
45+
#define CLOCK_BRANCH_LESENSEHFCLK 30
46+
#define CLOCK_BRANCH_VDAC0CLK 31
47+
#define CLOCK_BRANCH_VDAC1CLK 32
48+
#define CLOCK_BRANCH_USB0CLK 33
49+
#define CLOCK_BRANCH_FLPLLREFCLK 34
50+
#define CLOCK_BRANCH_INVALID 35
5051

5152
#define CLOCK_BIT_MASK 0x03FUL
5253
#define CLOCK_REG_MASK 0x1C0UL

0 commit comments

Comments
 (0)