Skip to content

Commit 3acaf7a

Browse files
nandojvedkalowsk
authored andcommitted
dts: atmel: saml21: Exclude DMA node
The DMA is already defined on the base header. This exclude the duplicated node. Signed-off-by: Gerson Fernando Budke <[email protected]> (cherry picked from commit 2e7599e)
1 parent ba39f63 commit 3acaf7a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

dts/arm/atmel/saml21.dtsi

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2021 Argentum Systems Ltd.
3+
* Copyright (c) 2024 Gerson Fernando Budke <[email protected]>
34
*
45
* SPDX-License-Identifier: Apache-2.0
56
*/
@@ -23,15 +24,6 @@
2324
num-bidir-endpoints = <8>;
2425
};
2526

26-
dmac: dmac@44000400 {
27-
compatible = "atmel,sam0-dmac";
28-
reg = <0x44000400 0x50>;
29-
interrupts = <5 0>;
30-
status = "disabled";
31-
32-
#dma-cells = <2>;
33-
};
34-
3527
tcc0: tcc@42001400 {
3628
compatible = "atmel,sam0-tcc";
3729
reg = <0x42001400 0x80>;

0 commit comments

Comments
 (0)