blob: 70436955b668d832381a540384e2adb3c19e5917 [file] [log] [blame]
Oliver Gaskellbc139712024-09-12 16:50:57 +01001# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# (C) Copyright 2024 - Analog Devices, Inc.
4
5if TARGET_SC594_SOM_EZLITE
6
7config LDR_CPU
8 default "ADSP-SC594-0.0"
9
10config SYS_BOARD
11 default "sc594-som-ezlite"
12
13config SYS_CONFIG_NAME
14 default "sc594-som"
15
16config DEFAULT_DEVICE_TREE
17 default "sc594-som-ezlite"
18
19config ADI_IMAGE
20 default "minimal"
21
22config CUSTOM_SYS_INIT_SP_ADDR
23 default 0x8203f000
24
25# SPL
26
27config SPL_OF_LIBFDT_ASSUME_MASK
28 default 0x0
29
30# SPI Flash
31
32config SF_DEFAULT_BUS
33 default 2
34
35config SF_DEFAULT_CS
36 default 1
37
38config SF_DEFAULT_SPEED
39 default 10000000
40
41# Clocks
42
43config CGU0_DF_DIV
44 default 0
45
46config CGU0_VCO_MULT
47 default 80
48
49config CGU0_CCLK_DIV
50 default 2
51
52config CGU0_SCLK_DIV
53 default 4
54
55config CGU0_SCLK0_DIV
56 default 4
57
58config CGU0_SCLK1_DIV
59 default 2
60
61config CGU0_DCLK_DIV
62 default 2
63
64config CGU0_OCLK_DIV
65 default 16
66
67config CGU0_DIV_S1SELEX
68 default 6
69
70config CGU1_VCO_MULT
71 default 64
72
73config CGU1_DF_DIV
74 default 0
75
76config CGU1_CCLK_DIV
77 default 2
78
79config CGU1_SCLK_DIV
80 default 4
81
82config CGU1_SCLK0_DIV
83 default 4
84
85config CGU1_SCLK1_DIV
86 default 2
87
88config CGU1_DCLK_DIV
89 default 2
90
91config CGU1_OCLK_DIV
92 default 16
93
94config CGU1_DIV_S1SELEX
95 default 6
96
97config CDU0_CLKO0
98 default 1
99
100config CDU0_CLKO1
101 default 1
102
103config CDU0_CLKO2
104 default 1
105
106config CDU0_CLKO3
107 default 3
108
109config CDU0_CLKO4
110 default 3
111
112config CDU0_CLKO5
113 default 1
114
115config CDU0_CLKO6
116 default 1
117
118config CDU0_CLKO7
119 default 1
120
121config CDU0_CLKO8
122 default 3
123
124config CDU0_CLKO9
125 default 1
126
127config CDU0_CLKO10
128 default 1
129
130config CDU0_CLKO12
131 default 1
132
133endif