Skip to content

Commit e35d000

Browse files
authored
Merge pull request #402 from gergelykarm/main
Fix mps4 uart.0.base register address
2 parents 71dd561 + db3c8a9 commit e35d000

File tree

1 file changed

+2
-2
lines changed
  • api-tests/platform/targets/tgt_ff_tfm_mps4

1 file changed

+2
-2
lines changed

api-tests/platform/targets/tgt_ff_tfm_mps4/target.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///** @file
2-
// * Copyright (c) 2023-2024, Arm Limited or its affiliates. All rights reserved.
2+
// * Copyright (c) 2023-2025, Arm Limited or its affiliates. All rights reserved.
33
// * SPDX-License-Identifier : Apache-2.0
44
// *
55
// * Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,7 +17,7 @@
1717

1818
// UART device info
1919
uart.num=1;
20-
uart.0.base = 0x59305000; // UART2_S
20+
uart.0.base = 0x58205000; // UART2_S
2121
uart.0.size = 0xFFF;
2222
uart.0.intr_id = 0xFF;
2323
uart.0.permission = TYPE_READ_WRITE;

0 commit comments

Comments
 (0)