~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * support fot the imx6 based aristainetos board
  4  *
  5  * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
  6  */
  7 /dts-v1/;
  8 #include "imx6dl.dtsi"
  9 #include "imx6qdl-aristainetos.dtsi"
 10 
 11 / {
 12         model = "aristainetos i.MX6 Dual Lite Board 7";
 13         compatible = "abb,aristainetos-imx6dl-7", "fsl,imx6dl";
 14 
 15         memory@10000000 {
 16                 device_type = "memory";
 17                 reg = <0x10000000 0x40000000>;
 18         };
 19 
 20         display0: disp0 {
 21                 compatible = "fsl,imx-parallel-display";
 22                 interface-pix-fmt = "rgb24";
 23                 pinctrl-names = "default";
 24                 pinctrl-0 = <&pinctrl_ipu_disp>;
 25                 status = "okay";
 26 
 27                 display-timings {
 28                         native-mode = <&timing0>;
 29                         timing0: timing-800x480p60 {
 30                                 clock-frequency = <33246000>;
 31                                 hactive = <800>;
 32                                 vactive = <480>;
 33                                 hfront-porch = <88>;
 34                                 hback-porch = <88>;
 35                                 hsync-len = <80>;
 36                                 vback-porch = <10>;
 37                                 vfront-porch = <10>;
 38                                 vsync-len = <25>;
 39                                 vsync-active = <1>;
 40                         };
 41                 };
 42 
 43                 port {
 44                         display0_in: endpoint {
 45                                 remote-endpoint = <&ipu1_di0_disp0>;
 46                         };
 47                 };
 48         };
 49 
 50         backlight {
 51                 compatible = "pwm-backlight";
 52                 pwms = <&pwm3 0 3000 0>;
 53                 brightness-levels = <0 4 8 16 32 64 128 255>;
 54                 default-brightness-level = <6>;
 55                 pinctrl-names = "default";
 56                 pinctrl-0 = <&pinctrl_backlight>;
 57         };
 58 };
 59 
 60 &i2c2 {
 61         clock-frequency = <100000>;
 62         pinctrl-names = "default";
 63         pinctrl-0 = <&pinctrl_i2c2>;
 64         status = "okay";
 65 };
 66 
 67 &ipu1_di0_disp0 {
 68         remote-endpoint = <&display0_in>;
 69 };
 70 
 71 &pwm3 {
 72         status = "okay";
 73 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php