| 1234567891011121314151617181920212223242526272829 |
- ################################################################################
- # File Name: qspi_config.cfg
- #
- # Description:
- # This file contains a SMIF Bank layout for use with OpenOCD.
- # This file was automatically generated and should not be modified.
- # QSPI Configurator: 4.50.0.2481
- #
- ################################################################################
- # Copyright 2025 Cypress Semiconductor Corporation (an Infineon company) or
- # an affiliate of Cypress Semiconductor Corporation.
- # SPDX-License-Identifier: Apache-2.0
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ################################################################################
- set SMIF_BANKS {
- 1 {addr 0x60000000 size 0x1000000 psize 0x0000100 esize 0x0010000}
- }
|