File tree Expand file tree Collapse file tree 6 files changed +42
-0
lines changed Expand file tree Collapse file tree 6 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 35
35
};
36
36
37
37
soc {
38
+ /* Only used for HWINFO device ID */
39
+ flash-controller@400e0a00 {
40
+ compatible = "atmel,sam-flash-controller";
41
+ label = "FLASH_CTRL";
42
+ reg = <0x400e0a00 0x200>;
43
+ peripheral-id = <6>;
44
+
45
+ #address-cells = <1>;
46
+ #size-cells = <1>;
47
+ };
48
+
38
49
wdog: watchdog@400e1a50 {
39
50
compatible = "atmel,sam-watchdog";
40
51
reg = <0x400e1a50 0xc>;
Original file line number Diff line number Diff line change 34
34
};
35
35
36
36
soc {
37
+ /* Only used for HWINFO device ID */
38
+ flash-controller@400e0a00 {
39
+ compatible = "atmel,sam-flash-controller";
40
+ label = "FLASH_CTRL";
41
+ reg = <0x400e0a00 0x200>;
42
+ peripheral-id = <6>;
43
+
44
+ #address-cells = <1>;
45
+ #size-cells = <1>;
46
+ };
47
+
37
48
wdog: watchdog@400e1850 {
38
49
compatible = "atmel,sam-watchdog";
39
50
reg = <0x400e1850 0x10>;
Original file line number Diff line number Diff line change 35
35
};
36
36
37
37
soc {
38
+ /* Only used for HWINFO device ID */
39
+ flash-controller@400e0a00 {
40
+ compatible = "atmel,sam-flash-controller";
41
+ label = "FLASH_CTRL";
42
+ reg = <0x400e0a00 0x200>;
43
+ peripheral-id = <6>;
44
+
45
+ #address-cells = <1>;
46
+ #size-cells = <1>;
47
+ };
48
+
38
49
wdog: watchdog@400e1450 {
39
50
compatible = "atmel,sam-watchdog";
40
51
reg = <0x400e1450 0xc>;
Original file line number Diff line number Diff line change 68
68
#define DT_WDT_SAM_LABEL DT_ATMEL_SAM_WATCHDOG_400E1A50_LABEL
69
69
#define DT_WDT_SAM_BASE_ADDRESS DT_ATMEL_SAM_WATCHDOG_400E1A50_BASE_ADDRESS
70
70
71
+ #define DT_FLASH_DEV_BASE_ADDRESS DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_BASE_ADDRESS
72
+ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_LABEL
73
+
71
74
/* End of SoC Level DTS fixup file */
Original file line number Diff line number Diff line change 82
82
#define DT_WDT_SAM_IRQ_PRIORITY DT_ATMEL_SAM_WATCHDOG_400E1850_IRQ_0_PRIORITY
83
83
#define DT_WDT_SAM_LABEL DT_ATMEL_SAM_WATCHDOG_400E1850_LABEL
84
84
#define DT_WDT_SAM_BASE_ADDRESS DT_ATMEL_SAM_WATCHDOG_400E1850_BASE_ADDRESS
85
+
86
+ #define DT_FLASH_DEV_BASE_ADDRESS DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_BASE_ADDRESS
87
+ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_LABEL
85
88
/* End of SoC Level DTS fixup file */
Original file line number Diff line number Diff line change 66
66
#define DT_WDT_SAM_IRQ_PRIORITY DT_ATMEL_SAM_WATCHDOG_400E1450_IRQ_0_PRIORITY
67
67
#define DT_WDT_SAM_LABEL DT_ATMEL_SAM_WATCHDOG_400E1450_LABEL
68
68
#define DT_WDT_SAM_BASE_ADDRESS DT_ATMEL_SAM_WATCHDOG_400E1450_BASE_ADDRESS
69
+
70
+ #define DT_FLASH_DEV_BASE_ADDRESS DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_BASE_ADDRESS
71
+ #define DT_FLASH_DEV_NAME DT_ATMEL_SAM_FLASH_CONTROLLER_400E0A00_LABEL
69
72
/* End of SoC Level DTS fixup file */
You can’t perform that action at this time.
0 commit comments