We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a8d19 commit 2e7146bCopy full SHA for 2e7146b
arch/arm/soc/atmel_sam0/samd/dts.fixup
boards/arm/arduino_zero/dts.fixup renamed to arch/arm/soc/atmel_sam0/samd21/dts.fixup
@@ -1,3 +1,8 @@
1
+/* SoC level DTS fixup file */
2
+
3
+#define FLASH_DEV_BASE_ADDRESS ATMEL_SAM0_NVMCTRL_41004000_BASE_ADDRESS_0
4
+#define FLASH_DEV_NAME ATMEL_SAM0_NVMCTRL_41004000_LABEL
5
6
#define CONFIG_GPIO_SAM0_PORTA_LABEL ATMEL_SAM0_GPIO_41004400_LABEL
7
#define CONFIG_GPIO_SAM0_PORTA_BASE_ADDRESS ATMEL_SAM0_GPIO_41004400_BASE_ADDRESS
8
@@ -52,3 +57,5 @@
52
57
#define CONFIG_PINMUX_SAM0_B_LABEL ATMEL_SAM0_PINMUX_41004480_LABEL
53
58
54
59
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
60
61
+/* End of SoC Level DTS fixup file */
0 commit comments