|
@@ -52,6 +52,29 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ i2c1: i2c@f0018000 {
|
|
|
|
+ ov2640: camera@0x30 {
|
|
|
|
+ compatible = "ovti,ov2640";
|
|
|
|
+ reg = <0x30>;
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
+ pinctrl-0 = <&pinctrl_pck1_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>;
|
|
|
|
+ resetb-gpios = <&pioE 24 GPIO_ACTIVE_LOW>;
|
|
|
|
+ pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>;
|
|
|
|
+ /* use pck1 for the master clock of ov2640 */
|
|
|
|
+ clocks = <&pck1>;
|
|
|
|
+ clock-names = "xvclk";
|
|
|
|
+ assigned-clocks = <&pck1>;
|
|
|
|
+ assigned-clock-rates = <25000000>;
|
|
|
|
+
|
|
|
|
+ port {
|
|
|
|
+ ov2640_0: endpoint {
|
|
|
|
+ remote-endpoint = <&isi_0>;
|
|
|
|
+ bus-width = <8>;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+
|
|
usart1: serial@f0020000 {
|
|
usart1: serial@f0020000 {
|
|
dmas = <0>, <0>; /* Do not use DMA for usart1 */
|
|
dmas = <0>, <0>; /* Do not use DMA for usart1 */
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
@@ -60,8 +83,12 @@
|
|
};
|
|
};
|
|
|
|
|
|
isi: isi@f0034000 {
|
|
isi: isi@f0034000 {
|
|
- pinctrl-names = "default";
|
|
|
|
- pinctrl-0 = <&pinctrl_isi_data_0_7>;
|
|
|
|
|
|
+ port {
|
|
|
|
+ isi_0: endpoint {
|
|
|
|
+ remote-endpoint = <&ov2640_0>;
|
|
|
|
+ bus-width = <8>;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
};
|
|
};
|
|
|
|
|
|
mmc1: mmc@f8000000 {
|
|
mmc1: mmc@f8000000 {
|