ebisu.dtsi (8839e60e15a1ae297c2b1484b5dac46198eb4e69) | ebisu.dtsi (c534e655d5b385ace4bd6394865508edd546d4c9) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the Ebisu board 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/gpio/gpio.h> --- 409 unchanged lines hidden (view full) --- 418 }; 419 }; 420 }; 421 422 video-receiver@70 { 423 compatible = "adi,adv7482"; 424 reg = <0x70>; 425 | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the Ebisu board 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/gpio/gpio.h> --- 409 unchanged lines hidden (view full) --- 418 }; 419 }; 420 }; 421 422 video-receiver@70 { 423 compatible = "adi,adv7482"; 424 reg = <0x70>; 425 |
426 #address-cells = <1>; 427 #size-cells = <0>; 428 | |
429 interrupt-parent = <&gpio0>; 430 interrupt-names = "intrq1", "intrq2"; 431 interrupts = <7 IRQ_TYPE_LEVEL_LOW>, 432 <17 IRQ_TYPE_LEVEL_LOW>; 433 | 426 interrupt-parent = <&gpio0>; 427 interrupt-names = "intrq1", "intrq2"; 428 interrupts = <7 IRQ_TYPE_LEVEL_LOW>, 429 <17 IRQ_TYPE_LEVEL_LOW>; 430 |
434 port@7 { 435 reg = <7>; | 431 ports { 432 #address-cells = <1>; 433 #size-cells = <0>; |
436 | 434 |
437 adv7482_ain7: endpoint { 438 remote-endpoint = <&cvbs_con>; | 435 port@7 { 436 reg = <7>; 437 438 adv7482_ain7: endpoint { 439 remote-endpoint = <&cvbs_con>; 440 }; |
439 }; | 441 }; |
440 }; | |
441 | 442 |
442 port@8 { 443 reg = <8>; | 443 port@8 { 444 reg = <8>; |
444 | 445 |
445 adv7482_hdmi: endpoint { 446 remote-endpoint = <&hdmi_in_con>; | 446 adv7482_hdmi: endpoint { 447 remote-endpoint = <&hdmi_in_con>; 448 }; |
447 }; | 449 }; |
448 }; | |
449 | 450 |
450 port@a { 451 reg = <10>; | 451 port@a { 452 reg = <10>; |
452 | 453 |
453 adv7482_txa: endpoint { 454 clock-lanes = <0>; 455 data-lanes = <1 2>; 456 remote-endpoint = <&csi40_in>; | 454 adv7482_txa: endpoint { 455 clock-lanes = <0>; 456 data-lanes = <1 2>; 457 remote-endpoint = <&csi40_in>; 458 }; |
457 }; 458 }; 459 }; 460}; 461 462&i2c3 { 463 status = "okay"; 464 --- 337 unchanged lines hidden --- | 459 }; 460 }; 461 }; 462}; 463 464&i2c3 { 465 status = "okay"; 466 --- 337 unchanged lines hidden --- |