2021-12-07 20:04:47 +01:00
|
|
|
# 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:
|
2023-01-03 20:21:25 +01:00
|
|
|
reg:
|
|
|
|
required: true
|
2022-07-28 23:40:39 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
paddr-size:
|
|
|
|
type: int
|
|
|
|
description: Number of significant bits in the page index.
|
|
|
|
required: true
|
2022-07-28 23:40:39 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
exec-bit-idx:
|
|
|
|
type: int
|
|
|
|
description: Index of the execute permission bit.
|
2022-07-28 23:40:39 +02:00
|
|
|
|
2023-01-03 20:21:25 +01:00
|
|
|
write-bit-idx:
|
|
|
|
type: int
|
|
|
|
description: Index of the write permission bit.
|