File tree Expand file tree Collapse file tree 7 files changed +115
-0
lines changed Expand file tree Collapse file tree 7 files changed +115
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <atmel/same70.dtsi>
8+
9+ #include "dma_atmel_samv71.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <atmel/same70b.dtsi>
8+
9+ #include "dma_atmel_samv71.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2020 Stephanos Ioannidis <
[email protected] >
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <atmel/samv70x19b.dtsi>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <mem.h>
8+ #include <atmel/samv70.dtsi>
9+
10+ / {
11+ sram0: memory@20400000 {
12+ reg = <0x20400000 DT_SIZE_K(256)>;
13+ };
14+
15+ soc {
16+ flash-controller@400e0c00 {
17+ flash0: flash@400000 {
18+ reg = <0x00400000 DT_SIZE_K(512)>;
19+ };
20+ };
21+ };
22+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ * Copyright (c) 2020 Stephanos Ioannidis <
[email protected] >
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
8+ #include <mem.h>
9+ #include <atmel/samv70b.dtsi>
10+
11+ / {
12+ sram0: memory@20400000 {
13+ reg = <0x20400000 DT_SIZE_K(256)>;
14+ };
15+
16+ soc {
17+ flash-controller@400e0c00 {
18+ flash0: flash@400000 {
19+ reg = <0x00400000 DT_SIZE_K(512)>;
20+ };
21+ };
22+ };
23+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <mem.h>
8+ #include <atmel/samv70.dtsi>
9+
10+ / {
11+ sram0: memory@20400000 {
12+ reg = <0x20400000 DT_SIZE_K(384)>;
13+ };
14+
15+ soc {
16+ flash-controller@400e0c00 {
17+ flash0: flash@400000 {
18+ reg = <0x00400000 DT_SIZE_K(1024)>;
19+ };
20+ };
21+ };
22+ };
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2019 Gerson Fernando Budke
3+ * Copyright (c) 2020 Stephanos Ioannidis <
[email protected] >
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
8+ #include <mem.h>
9+ #include <atmel/samv70b.dtsi>
10+
11+ / {
12+ sram0: memory@20400000 {
13+ reg = <0x20400000 DT_SIZE_K(384)>;
14+ };
15+
16+ soc {
17+ flash-controller@400e0c00 {
18+ flash0: flash@400000 {
19+ reg = <0x00400000 DT_SIZE_K(1024)>;
20+ };
21+ };
22+ };
23+ };
You can’t perform that action at this time.
0 commit comments