Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / at91sam9g25ek.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * at91sam9g25ek.dts - Device Tree file for AT91SAM9G25-EK board
4  *
5  *  Copyright (C) 2012 Atmel,
6  *                2012 Nicolas Ferre <nicolas.ferre@atmel.com>
7  */
8 /dts-v1/;
9 #include "at91sam9g25.dtsi"
10 #include "at91sam9x5ek.dtsi"
11
12 / {
13         model = "Atmel AT91SAM9G25-EK";
14         compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
15
16         ahb {
17                 apb {
18                         spi0: spi@f0000000 {
19                                 status = "disabled";
20                         };
21
22                         mmc1: mmc@f000c000 {
23                                 status = "disabled";
24                         };
25
26                         i2c0: i2c@f8010000 {
27                                 ov2640: camera@30 {
28                                         compatible = "ovti,ov2640";
29                                         reg = <0x30>;
30                                         pinctrl-names = "default";
31                                         pinctrl-0 = <&pinctrl_pck0_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>;
32                                         resetb-gpios = <&pioA 7 GPIO_ACTIVE_LOW>;
33                                         pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>;
34                                         clocks = <&pmc PMC_TYPE_SYSTEM 8>;
35                                         clock-names = "xvclk";
36                                         assigned-clocks = <&pmc PMC_TYPE_SYSTEM 8>;
37                                         assigned-clock-rates = <25000000>;
38                                         status = "okay";
39
40                                         port {
41                                                 ov2640_0: endpoint {
42                                                         remote-endpoint = <&isi_0>;
43                                                         bus-width = <8>;
44                                                 };
45                                         };
46                                 };
47                         };
48
49                         macb0: ethernet@f802c000 {
50                                 phy-mode = "rmii";
51                                 status = "okay";
52                         };
53
54                         isi: isi@f8048000 {
55                                 status = "okay";
56                                 port {
57                                         isi_0: endpoint@0 {
58                                                 reg = <0>;
59                                                 remote-endpoint = <&ov2640_0>;
60                                                 bus-width = <8>;
61                                                 vsync-active = <1>;
62                                                 hsync-active = <1>;
63                                         };
64                                 };
65                         };
66                 };
67         };
68 };