bflb,l1c

Description

Bouffalo Lab L1C cache control.

The node should be added in the soc group and be provided disabled ways, the
cache configuration is specific to the platform.

Examples

soc {
    cache {
      compatible = "bflb,l1c";
      dcache-ways-disabled = <0>;
    };
};

Properties

Properties not inherited from the base binding file.

Name

Type

Details

dcache-ways-disabled

int

How many data cache lines are disabled and used as instruction cache lines.

This property is required.

Legal values: 0, 1, 2, 3, 4