bflb,l1c

Description

Bouffalo Lab L1C cache control.

The node should be added in the soc group and be provided disabled ways

soc {

  ...

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

  ...

};

The cache configuration is specific to the platform, this only provides controls for it.

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