| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91sam9x5_usart3.dtsi - Device Tree Include file for AT91SAM9x5 SoC with |
|---|
| 3 | 4 | * 4 USART. |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * Licensed under GPLv2. |
|---|
| 8 | 7 | */ |
|---|
| 9 | 8 | |
|---|
| 10 | 9 | #include <dt-bindings/pinctrl/at91.h> |
|---|
| .. | .. |
|---|
| 42 | 41 | }; |
|---|
| 43 | 42 | }; |
|---|
| 44 | 43 | |
|---|
| 45 | | - pmc: pmc@fffffc00 { |
|---|
| 46 | | - periphck { |
|---|
| 47 | | - usart3_clk: usart3_clk { |
|---|
| 48 | | - #clock-cells = <0>; |
|---|
| 49 | | - reg = <8>; |
|---|
| 50 | | - }; |
|---|
| 51 | | - }; |
|---|
| 52 | | - }; |
|---|
| 53 | | - |
|---|
| 54 | 44 | usart3: serial@f8028000 { |
|---|
| 55 | 45 | compatible = "atmel,at91sam9260-usart"; |
|---|
| 56 | 46 | reg = <0xf8028000 0x200>; |
|---|
| .. | .. |
|---|
| 60 | 50 | dmas = <&dma1 1 AT91_DMA_CFG_PER_ID(14)>, |
|---|
| 61 | 51 | <&dma1 1 (AT91_DMA_CFG_PER_ID(15) | AT91_DMA_CFG_FIFOCFG_ASAP)>; |
|---|
| 62 | 52 | dma-names = "tx", "rx"; |
|---|
| 63 | | - clocks = <&usart3_clk>; |
|---|
| 53 | + clocks = <&pmc PMC_TYPE_PERIPHERAL 8>; |
|---|
| 64 | 54 | clock-names = "usart"; |
|---|
| 65 | 55 | status = "disabled"; |
|---|
| 66 | 56 | }; |
|---|