Advertisement
Guest User

log

a guest
Sep 17th, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. /*
  2.  * Copyright 2013 Freescale Semiconductor, Inc.
  3.  *
  4.  * Author: Fabio Estevam <fabio.estevam@freescale.com>
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License version 2 as
  8.  * published by the Free Software Foundation.
  9.  *
  10.  */
  11. /dts-v1/;
  12.  
  13. #include <dt-bindings/interrupt-controller/irq.h>
  14. #include "imx6dl.dtsi"
  15. #include "imx6qdl-wandboard.dtsi"
  16.  
  17.  
  18.  
  19.  
  20. / {
  21.          model = "Wandboard i.MX6 Dual Lite Board";
  22.      compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
  23.          aliases {
  24.             mxcfb0 = &mxcfb1;
  25.                 };
  26. };     
  27.        
  28.         &mxcfb1 {
  29.                 compatible = "fsl,mxc_sdc_fb";
  30.                 disp_dev = "ldb";
  31.                 interface_pix_fmt = "RGB666";
  32.                 mode_str ="LDB-XGA";
  33.                 default_bpp = <16>;
  34.                 int_clk = <0>;
  35.                 late_init = <0>;
  36.                 status = "okay";
  37.         };
  38.  
  39.         #if 0
  40.         &mxcfb2 {
  41.             status = "okay";
  42.         };
  43.  
  44.         &mxcfb3 {
  45.             status = "okay";
  46.         };
  47.  
  48.         &mxcfb4 {
  49.             status = "okay";
  50.         };
  51.         #endif
  52.  
  53.         &epdc {
  54.             status = "disabled";
  55.         };
  56.  
  57.  
  58. &ldb {
  59.     ipu_id = <1>;
  60.     disp_id = <1>;
  61.     ext_ref = <1>;
  62.     mode = "sep1";
  63.     sec_ipu_id = <1>;
  64.     sec_disp_id = <0>;
  65.     status = "okay";
  66. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement