zephyr/dts/bindings/mm/intel,adsp-tlb.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

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.