soc: intel_s1000_crb: update LP_SRAM macros
The DT_LP_SRAM_* are aliases to DT_MIMO_SRAM_1_* which are deprecated, so changing these to DT_INST_1_MMIO_SRAM_*. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
eb11e6990b
commit
fadeb3eb47
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
#define DT_L2_SRAM_BASE DT_SRAM_BASE_ADDRESS
|
||||
#define DT_L2_SRAM_SIZE DT_SRAM_SIZE * 1024
|
||||
|
||||
#define DT_LP_SRAM_BASE DT_MMIO_SRAM_1_BASE_ADDRESS
|
||||
#define DT_LP_SRAM_SIZE DT_MMIO_SRAM_1_SIZE
|
||||
#define DT_LP_SRAM_BASE DT_INST_1_MMIO_SRAM_BASE_ADDRESS
|
||||
#define DT_LP_SRAM_SIZE DT_INST_1_MMIO_SRAM_SIZE
|
||||
|
||||
#define DT_CAVS_ICTL_BASE_ADDR DT_INTEL_CAVS_INTC_78800_BASE_ADDRESS
|
||||
#define DT_CAVS_ICTL_0_IRQ DT_INTEL_CAVS_INTC_78800_IRQ_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue