Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1.                     display@0 {
  2.                         compatible = "ilitek,ili9341";
  3.                         reg = <0>;
  4.                         status = "okay";
  5.  
  6.                         spi-max-frequency = <80000000>;
  7.                         rotate = <270>;
  8.                         bgr;
  9.                         fps = <60>;
  10.                         buswidth = <8>;
  11.  
  12.                         dc-gpios = <&pioA PIN_PD0 0>;
  13.                         reset-gpios = <&pioA PIN_PC22 0>;
  14.                         pinctrl-names = "default";
  15.                         pinctrl-0 = <&pinctrl_display_default>;
  16.  
  17.                         debug = <0>;
  18.                     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement