dts: ace1x: Add lps address
Add lps address to ace 1.x devicetree. Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
This commit is contained in:
parent
fce17ba226
commit
cbeebe5db6
2 changed files with 18 additions and 0 deletions
13
dts/bindings/lps/intel,adsp-lps.yaml
Normal file
13
dts/bindings/lps/intel,adsp-lps.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Copyright (c) 2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Intel Low Power Sequencer
|
||||
|
||||
compatible: "intel,adsp-lps"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
|
@ -111,6 +111,11 @@
|
|||
reg = <0x71f00 0x100>;
|
||||
};
|
||||
|
||||
lps: lps@71ac0 {
|
||||
compatible = "intel,adsp-lps";
|
||||
reg = <0x00071ac0 0x100>;
|
||||
};
|
||||
|
||||
sspbase: ssp_base@28800 {
|
||||
compatible = "intel,ssp-sspbase";
|
||||
reg = <0x28800 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue