2022-08-12 11:25:32 +08:00
|
|
|
# Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: INTEL Audio DSP TLB Meteor Lake Memory Mapper
|
|
|
|
|
|
|
|
compatible: "intel,adsp-mtl-tlb"
|
|
|
|
|
|
|
|
include: mm_drv.yaml
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2022-09-09 06:35:12 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
paddr-size:
|
|
|
|
type: int
|
|
|
|
description: Number of significant bits in the page index.
|
|
|
|
required: true
|
2022-09-09 06:35:12 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
exec-bit-idx:
|
|
|
|
type: int
|
|
|
|
description: Index of the execute permission bit.
|
2022-09-09 06:35:12 +08:00
|
|
|
|
2023-01-04 03:21:25 +08:00
|
|
|
write-bit-idx:
|
|
|
|
type: int
|
|
|
|
description: Index of the write permission bit.
|