| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an |
|---|
| 3 | 4 | * Image Sensor Interface. |
|---|
| 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> |
|---|
| .. | .. |
|---|
| 44 | 43 | }; |
|---|
| 45 | 44 | }; |
|---|
| 46 | 45 | |
|---|
| 47 | | - pmc: pmc@fffffc00 { |
|---|
| 48 | | - periphck { |
|---|
| 49 | | - isi_clk: isi_clk { |
|---|
| 50 | | - #clock-cells = <0>; |
|---|
| 51 | | - reg = <25>; |
|---|
| 52 | | - }; |
|---|
| 53 | | - }; |
|---|
| 54 | | - }; |
|---|
| 55 | | - |
|---|
| 56 | 46 | isi: isi@f8048000 { |
|---|
| 57 | 47 | compatible = "atmel,at91sam9g45-isi"; |
|---|
| 58 | 48 | reg = <0xf8048000 0x4000>; |
|---|
| 59 | 49 | interrupts = <25 IRQ_TYPE_LEVEL_HIGH 5>; |
|---|
| 60 | 50 | pinctrl-names = "default"; |
|---|
| 61 | 51 | pinctrl-0 = <&pinctrl_isi_data_0_7>; |
|---|
| 62 | | - clocks = <&isi_clk>; |
|---|
| 52 | + clocks = <&pmc PMC_TYPE_PERIPHERAL 25>; |
|---|
| 63 | 53 | clock-names = "isi_clk"; |
|---|
| 64 | 54 | status = "disabled"; |
|---|
| 65 | 55 | port { |
|---|