Skip to content

Commit

Permalink
soc: intel_s1000: add dts fixup for low power sram
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sathish Kuttan authored and nashif committed Jun 11, 2019
1 parent 02d49df commit 1f99253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/xtensa/intel_s1000/dts_fixup.h
Expand Up @@ -13,6 +13,9 @@
#define DT_L2_SRAM_BASE DT_SRAM_BASE_ADDRESS #define DT_L2_SRAM_BASE DT_SRAM_BASE_ADDRESS
#define DT_L2_SRAM_SIZE DT_SRAM_SIZE * 1024 #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_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 DT_INTEL_CAVS_INTC_78800_IRQ_0
#define DT_CAVS_ICTL_0_IRQ_PRI DT_INTEL_CAVS_INTC_78800_IRQ_0_PRIORITY #define DT_CAVS_ICTL_0_IRQ_PRI DT_INTEL_CAVS_INTC_78800_IRQ_0_PRIORITY
Expand Down

0 comments on commit 1f99253

Please sign in to comment.