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