mt8183-kukui-krane-sku176.dts 482 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. /*
  3. * Copyright 2019 Google LLC
  4. *
  5. * Device-tree for Krane sku176.
  6. *
  7. * SKU is a 8-bit value (0xb0 == 176):
  8. * - Bits 7..4: Panel ID: 0xb (BOE)
  9. * - Bits 3..0: SKU ID: 0x0 (default)
  10. */
  11. /dts-v1/;
  12. #include "mt8183-kukui-krane.dtsi"
  13. / {
  14. model = "MediaTek krane sku176 board";
  15. compatible = "google,krane-sku176", "google,krane", "mediatek,mt8183";
  16. };
  17. &panel {
  18. status = "okay";
  19. compatible = "boe,tv101wum-nl6";
  20. };