Oliver Gaskell | b5138e3 | 2024-09-12 16:50:59 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
2 | # | ||||
3 | # (C) Copyright 2024 - Analog Devices, Inc. | ||||
4 | |||||
5 | if TARGET_SC589_EZKIT | ||||
6 | |||||
7 | config LDR_CPU | ||||
8 | default "ADSP-SC589-0.1" | ||||
9 | |||||
10 | config SYS_BOARD | ||||
11 | default "sc589-ezkit" | ||||
12 | |||||
13 | config SYS_CONFIG_NAME | ||||
14 | default "sc589" | ||||
15 | |||||
16 | config DEFAULT_DEVICE_TREE | ||||
17 | default "sc589-ezkit" | ||||
18 | |||||
19 | config ADI_IMAGE | ||||
20 | default "tiny" | ||||
21 | |||||
22 | config CUSTOM_SYS_INIT_SP_ADDR | ||||
23 | default 0xC203f000 | ||||
24 | |||||
25 | # SPI Flash | ||||
26 | |||||
27 | config SF_DEFAULT_BUS | ||||
28 | default 2 | ||||
29 | |||||
30 | config SF_DEFAULT_CS | ||||
31 | default 1 | ||||
32 | |||||
33 | config SF_DEFAULT_SPEED | ||||
34 | default 10000000 | ||||
35 | |||||
36 | # Clocks | ||||
37 | |||||
38 | config CGU0_DF_DIV | ||||
39 | default 0 | ||||
40 | |||||
41 | config CGU0_VCO_MULT | ||||
42 | default 18 | ||||
43 | |||||
44 | config CGU0_CCLK_DIV | ||||
45 | default 1 | ||||
46 | |||||
47 | config CGU0_SCLK_DIV | ||||
48 | default 2 | ||||
49 | |||||
50 | config CGU0_SCLK0_DIV | ||||
51 | default 2 | ||||
52 | |||||
53 | config CGU0_SCLK1_DIV | ||||
54 | default 2 | ||||
55 | |||||
56 | config CGU0_DCLK_DIV | ||||
57 | default 1 | ||||
58 | |||||
59 | config CGU0_OCLK_DIV | ||||
60 | default 3 | ||||
61 | |||||
62 | config CGU1_VCO_MULT | ||||
63 | default 5 | ||||
64 | |||||
65 | config CGU1_DF_DIV | ||||
66 | default 0 | ||||
67 | |||||
68 | config CGU1_CCLK_DIV | ||||
69 | default 1 | ||||
70 | |||||
71 | config CGU1_SCLK_DIV | ||||
72 | default 2 | ||||
73 | |||||
74 | config CGU1_SCLK0_DIV | ||||
75 | default 2 | ||||
76 | |||||
77 | config CGU1_SCLK1_DIV | ||||
78 | default 2 | ||||
79 | |||||
80 | config CGU1_DCLK_DIV | ||||
81 | default 2 | ||||
82 | |||||
83 | config CGU1_OCLK_DIV | ||||
84 | default 3 | ||||
85 | |||||
86 | config CDU0_CLKO0 | ||||
87 | default 1 | ||||
88 | |||||
89 | config CDU0_CLKO1 | ||||
90 | default 1 | ||||
91 | |||||
92 | config CDU0_CLKO2 | ||||
93 | default 1 | ||||
94 | |||||
95 | config CDU0_CLKO3 | ||||
96 | default 1 | ||||
97 | |||||
98 | config CDU0_CLKO4 | ||||
99 | default 1 | ||||
100 | |||||
101 | config CDU0_CLKO5 | ||||
102 | default 1 | ||||
103 | |||||
104 | config CDU0_CLKO6 | ||||
105 | default 1 | ||||
106 | |||||
107 | config CDU0_CLKO7 | ||||
108 | default 5 | ||||
109 | |||||
110 | config CDU0_CLKO8 | ||||
111 | default 1 | ||||
112 | |||||
113 | config CDU0_CLKO9 | ||||
114 | default 1 | ||||
115 | |||||
116 | endif |