bsp/tms570: Add clock BSP options

Update #4982.
This commit is contained in:
Sebastian Huber
2024-04-23 21:06:52 +02:00
committed by Amar Takhar
parent 28e4a46d67
commit cc6f1d86cc
11 changed files with 142 additions and 10 deletions

View File

@@ -32,6 +32,18 @@ links:
uid: optmintskstksz
- role: build-dependency
uid: optoscmain
- role: build-dependency
uid: optgclk
- role: build-dependency
uid: opthclk
- role: build-dependency
uid: optvclk
- role: build-dependency
uid: optvclk2
- role: build-dependency
uid: optvclk3
- role: build-dependency
uid: optrticlk
- role: build-dependency
uid: optreginit
- role: build-dependency

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 300000000
- enabled-by: true
value: 160000000
description: |
The option value shall be the GCLK frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_GCLK_HZ
type: build

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 150000000
- enabled-by: true
value: 160000000
description: |
The option value shall be the HCLK frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_HCLK_HZ
type: build

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 75000000
- enabled-by: true
value: 80000000
description: |
The option value shall be the RTICLK frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_RTICLK_HZ
type: build

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 75000000
- enabled-by: true
value: 80000000
description: |
The option value shall be the VCLK frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_VCLK_HZ
type: build

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 75000000
- enabled-by: true
value: 80000000
description: |
The option value shall be the VCLK2 frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_VCLK2_HZ
type: build

View File

@@ -0,0 +1,21 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-integer: null
- define: null
build-type: option
copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
default:
- enabled-by:
- arm/tms570lc4357_hdk
- arm/tms570lc4357_hdk_sdram
value: 75000000
- enabled-by: true
value: 80000000
description: |
The option value shall be the VCLK3 frequency in Hz.
enabled-by: true
format: '{}'
links: []
name: TMS570_VCLK3_HZ
type: build