hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/at91sam9x5_usart3.dtsi
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * at91sam9x5_usart3.dtsi - Device Tree Include file for AT91SAM9x5 SoC with
34 * 4 USART.
45 *
56 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6
- *
7
- * Licensed under GPLv2.
87 */
98
109 #include <dt-bindings/pinctrl/at91.h>
....@@ -42,15 +41,6 @@
4241 };
4342 };
4443
45
- pmc: pmc@fffffc00 {
46
- periphck {
47
- usart3_clk: usart3_clk {
48
- #clock-cells = <0>;
49
- reg = <8>;
50
- };
51
- };
52
- };
53
-
5444 usart3: serial@f8028000 {
5545 compatible = "atmel,at91sam9260-usart";
5646 reg = <0xf8028000 0x200>;
....@@ -60,7 +50,7 @@
6050 dmas = <&dma1 1 AT91_DMA_CFG_PER_ID(14)>,
6151 <&dma1 1 (AT91_DMA_CFG_PER_ID(15) | AT91_DMA_CFG_FIFOCFG_ASAP)>;
6252 dma-names = "tx", "rx";
63
- clocks = <&usart3_clk>;
53
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 8>;
6454 clock-names = "usart";
6555 status = "disabled";
6656 };