aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7790-lager.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-lager.dts')
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts44
1 files changed, 42 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 856b4236b674..69098b906b39 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -32,7 +32,7 @@
32 reg = <0 0x40000000 0 0x40000000>; 32 reg = <0 0x40000000 0 0x40000000>;
33 }; 33 };
34 34
35 memory@180000000 { 35 memory@140000000 {
36 device_type = "memory"; 36 device_type = "memory";
37 reg = <1 0x40000000 0 0xc0000000>; 37 reg = <1 0x40000000 0 0xc0000000>;
38 }; 38 };
@@ -234,6 +234,11 @@
234 renesas,groups = "usb2"; 234 renesas,groups = "usb2";
235 renesas,function = "usb2"; 235 renesas,function = "usb2";
236 }; 236 };
237
238 vin1_pins: vin {
239 renesas,groups = "vin1_data8", "vin1_clk";
240 renesas,function = "vin1";
241 };
237}; 242};
238 243
239&ether { 244&ether {
@@ -252,6 +257,10 @@
252 }; 257 };
253}; 258};
254 259
260&cmt0 {
261 status = "ok";
262};
263
255&mmcif1 { 264&mmcif1 {
256 pinctrl-0 = <&mmc1_pins>; 265 pinctrl-0 = <&mmc1_pins>;
257 pinctrl-names = "default"; 266 pinctrl-names = "default";
@@ -366,6 +375,19 @@
366 status = "ok"; 375 status = "ok";
367 pinctrl-0 = <&iic2_pins>; 376 pinctrl-0 = <&iic2_pins>;
368 pinctrl-names = "default"; 377 pinctrl-names = "default";
378
379 composite-in@20 {
380 compatible = "adi,adv7180";
381 reg = <0x20>;
382 remote = <&vin1>;
383
384 port {
385 adv7180: endpoint {
386 bus-width = <8>;
387 remote-endpoint = <&vin1ep0>;
388 };
389 };
390 };
369}; 391};
370 392
371&iic3 { 393&iic3 {
@@ -374,7 +396,7 @@
374 status = "okay"; 396 status = "okay";
375 397
376 vdd_dvfs: regulator@68 { 398 vdd_dvfs: regulator@68 {
377 compatible = "diasemi,da9210"; 399 compatible = "dlg,da9210";
378 reg = <0x68>; 400 reg = <0x68>;
379 401
380 regulator-min-microvolt = <1000000>; 402 regulator-min-microvolt = <1000000>;
@@ -401,3 +423,21 @@
401 pinctrl-0 = <&usb2_pins>; 423 pinctrl-0 = <&usb2_pins>;
402 pinctrl-names = "default"; 424 pinctrl-names = "default";
403}; 425};
426
427/* composite video input */
428&vin1 {
429 pinctrl-0 = <&vin1_pins>;
430 pinctrl-names = "default";
431
432 status = "ok";
433
434 port {
435 #address-cells = <1>;
436 #size-cells = <0>;
437
438 vin1ep0: endpoint {
439 remote-endpoint = <&adv7180>;
440 bus-width = <8>;
441 };
442 };
443};