bflb,bl808-psram-uhs

Description

BL808 UHS PSRAM Chip

PSRAM chip attached to a BL808x UHS PSRAM controller. Combine with
zephyr,memory-region (or another window-describing compatible) on the
same node to expose the memory window.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

page-size

int

Chip page size in bytes. Maps to the controller's LINEAR_BND_B
field (2 KB = 0x0B, 4 KB = 0x16) per the BL808 SDK
PSRAM_UHS_Page_Size_Type enum.

This property is required.

Legal values: 2048, 4096

high-temp

boolean

Operate the chip in high-temperature refresh mode (refresh window
halved from 32ms to 16ms). Set when the PSRAM is expected to run
above ~85°C — depends on both the chip's operating-temperature
grade and the board's thermal environment.

zephyr,memory-region

string

Signify that this node should result in a dedicated linker script
memory region in the final executable. The region address and size
is taken from the <reg> property, while the name is the value of
this property.

This property is required.

zephyr,memory-region-flags

string

Set attributes such as read-only or executable for the linker script
memory region. The string set here will be specified in parentheses
after the area name in the linker script.

zephyr,memory-attr

int

Attribute or set of attributes (bitmask) for the memory region. See
'include/zephyr/dt-bindings/memory-attr/memory-attr.h' for a
comprehensive list with description of possible values.