soc: intel_s1000: add dts fixup for low power sram
Add dts fixup definitions for low power sram base address and size - DT_LP_SRAM_BASE - DT_LP_SRAM_SIZE Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
parent
02d49df52f
commit
1f99253b6c
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@
|
|||
#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_CAVS_ICTL_BASE_ADDR DT_INTEL_CAVS_INTC_78800_BASE_ADDRESS
|
||||
#define DT_CAVS_ICTL_0_IRQ DT_INTEL_CAVS_INTC_78800_IRQ_0
|
||||
#define DT_CAVS_ICTL_0_IRQ_PRI DT_INTEL_CAVS_INTC_78800_IRQ_0_PRIORITY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue