Skip to content

Commit 0ba9b23

Browse files
committed
dts: bindings: cpu: add MicroBlaze cpu binding
Internal references: FWRIVERHD-4554, FWRIVERHD-5063 Signed-off-by: Alp Sayin <alpsayin@gmail.com>
1 parent c00668a commit 0ba9b23

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

dts/bindings/cpu/xlnx,microblaze.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright (c) 2023 Advanced Micro Devices, Inc. (AMD)
2+
# Copyright (c) 2023 Alp Sayin <alpsayin@gmail.com>
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
6+
description: AMD Xilinx MicroBlaze
7+
8+
compatible: "xlnx,microblaze"
9+
10+
include: cpu.yaml
11+
12+
properties:
13+
i-cache-base:
14+
type: int
15+
description: i-cache base
16+
ICACHE_BASEADDR parameter defined in xparameters.
17+
d-cache-base:
18+
type: int
19+
description: d-cache base
20+
DCACHE_BASEADDR parameter defined in xparameters.
21+
i-cache-size:
22+
type: int
23+
description: i-cache size in bytes
24+
ICACHE_BYTE_SIZE parameter defined in xparameters.
25+
d-cache-size:
26+
type: int
27+
description: d-cache size in bytes
28+
DCACHE_BYTE_SIZE parameter defined in xparameters.
29+
d-cache-use-writeback:
30+
type: int
31+
description: If CPU supports flushing without invalidating
32+
C_DCACHE_USE_WRITEBACK parameter defined in xparameters.

0 commit comments

Comments
 (0)