Lines Matching +full:jh8100 +full:- +full:starlink +full:- +full:cache
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/cache/starfive,jh8100-starlink-cache.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: StarFive StarLink Cache Controller
10 - Joshua Yeong <joshua.yeong@starfivetech.com>
13 StarFive's StarLink Cache Controller manages the L3 cache shared between
14 clusters of CPU cores. The cache driver enables RISC-V non-standard cache
15 management as an alternative to instructions in the RISC-V Zicbom extension.
18 - $ref: /schemas/cache-controller.yaml#
20 # We need a select here so we don't match all nodes with 'cache'
26 - starfive,jh8100-starlink-cache
29 - compatible
34 - const: starfive,jh8100-starlink-cache
35 - const: cache
43 - compatible
44 - reg
45 - cache-block-size
46 - cache-level
47 - cache-sets
48 - cache-size
49 - cache-unified
52 - |
54 #address-cells = <2>;
55 #size-cells = <2>;
57 cache-controller@15000000 {
58 compatible = "starfive,jh8100-starlink-cache", "cache";
60 cache-block-size = <64>;
61 cache-level = <3>;
62 cache-sets = <8192>;
63 cache-size = <0x400000>;
64 cache-unified;