drivers: mm: Add dts binding specific for ADSP Meteor Lake TLB
Add a specific compatiable and binding for intel,adsp-mtl-tlb. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
e9b29a6f83
commit
fab8d25fd3
3 changed files with 15 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
* are untouched.
|
* are untouched.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DT_DRV_COMPAT intel_adsp_tlb
|
#define DT_DRV_COMPAT intel_adsp_mtl_tlb
|
||||||
|
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
|
|
13
dts/bindings/mm/intel,adsp-mtl-tlb.yaml
Normal file
13
dts/bindings/mm/intel,adsp-mtl-tlb.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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:
|
||||||
|
reg:
|
||||||
|
required: true
|
|
@ -127,7 +127,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
tlb: tlb@17e000 {
|
tlb: tlb@17e000 {
|
||||||
compatible = "intel,adsp-tlb";
|
compatible = "intel,adsp-mtl-tlb";
|
||||||
reg = <0x17e000 0x1000>;
|
reg = <0x17e000 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue