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