sun50i-a64-pinetab-early-adopter.dts 516 B

1234567891011121314151617181920212223242526
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2020 Icenowy Zheng <[email protected]>
  4. *
  5. */
  6. /dts-v1/;
  7. #include "sun50i-a64-pinetab.dts"
  8. / {
  9. model = "PineTab, Early Adopter's version";
  10. compatible = "pine64,pinetab-early-adopter", "allwinner,sun50i-a64";
  11. };
  12. &dsi {
  13. /delete-node/ panel@0;
  14. panel@0 {
  15. compatible = "feixin,k101-im2byl02", "ilitek,ili9881c";
  16. reg = <0>;
  17. power-supply = <&reg_dc1sw>;
  18. reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24 */
  19. backlight = <&backlight>;
  20. };
  21. };