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:
Krzysztof Frydryk 2022-07-11 09:30:47 +02:00 committed by Carles Cufí
commit cbeebe5db6
2 changed files with 18 additions and 0 deletions

View 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

View file

@ -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>;