zephyr/dts/bindings/mm/intel,adsp-tlb.yaml

27 lines
498 B
YAML

# Copyright (c) 2021 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
description: INTEL Audio DSP TLB Memory Mapper
compatible: "intel,adsp-tlb"
include: mm_drv.yaml
properties:
reg:
required: true
paddr-size:
type: int
description: Number of significant bits in the page index.
required: true
exec-bit-idx:
type: int
description: Index of the execute permission bit.
write-bit-idx:
type: int
description: Index of the write permission bit.