Advertisement
Guest User

from fbtft to tinydrm

a guest
Aug 9th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. modprobe fbtft_device custom name=fb_ili9341 gpios=dc:6,reset:10 speed=48000000 fps=25 busnum=1 rotate=90
  2.  
  3. &spi1 {
  4. status = "okay";
  5. /*
  6. spidev@0 {
  7. compatible = "rohm,dh2228fv";
  8. reg = <0>;
  9. spi-max-frequency = <10000000>;
  10. };
  11. */
  12. display@0{
  13. status = "okay";
  14. compatible = "adafruit,yx240qv29";
  15. reg = <0>;
  16. spi-max-frequency = <48000000>;
  17. dc-gpios = <&gpio 6 GPIO_ACTIVE_HIGH>;
  18. reset-gpios = <&gpio 10 GPIO_ACTIVE_HIGH>;
  19. rotation = <90>;
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement