1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Device Tree Source for the Advantech idk-11 3 * Device Tree Source for the Advantech idk-1110wr LVDS panel connected 4 * to RZ/G2 boards 4 * to RZ/G2 boards 5 * 5 * 6 * Copyright (C) 2019 Renesas Electronics Corp 6 * Copyright (C) 2019 Renesas Electronics Corp. 7 */ 7 */ 8 8 9 / { 9 / { 10 panel-lvds { 10 panel-lvds { 11 compatible = "advantech,idk-11 11 compatible = "advantech,idk-1110wr", "panel-lvds"; 12 12 13 width-mm = <223>; 13 width-mm = <223>; 14 height-mm = <125>; 14 height-mm = <125>; 15 15 16 data-mapping = "jeida-24"; 16 data-mapping = "jeida-24"; 17 17 18 panel-timing { 18 panel-timing { 19 /* 1024x600 @60Hz */ 19 /* 1024x600 @60Hz */ 20 clock-frequency = <512 20 clock-frequency = <51200000>; 21 hactive = <1024>; 21 hactive = <1024>; 22 vactive = <600>; 22 vactive = <600>; 23 hsync-len = <240>; 23 hsync-len = <240>; 24 hfront-porch = <40>; 24 hfront-porch = <40>; 25 hback-porch = <40>; 25 hback-porch = <40>; 26 vfront-porch = <15>; 26 vfront-porch = <15>; 27 vback-porch = <10>; 27 vback-porch = <10>; 28 vsync-len = <10>; 28 vsync-len = <10>; 29 }; 29 }; 30 30 31 port { 31 port { 32 panel_in: endpoint { 32 panel_in: endpoint { 33 remote-endpoin 33 remote-endpoint = <&lvds_connector>; 34 }; 34 }; 35 }; 35 }; 36 }; 36 }; 37 }; 37 }; 38 38 39 &lvds_connector { 39 &lvds_connector { 40 remote-endpoint = <&panel_in>; 40 remote-endpoint = <&panel_in>; 41 }; 41 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.