Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003  * Copyright 2019 Google LLC
0004  *
0005  * Device-tree for Krane sku0.
0006  *
0007  * SKU is a 8-bit value (0x00 == 0):
0008  *  - Bits 7..4: Panel ID: 0x0 (AUO)
0009  *  - Bits 3..0: SKU ID:   0x0 (default)
0010  */
0011 
0012 /dts-v1/;
0013 #include "mt8183-kukui-krane.dtsi"
0014 
0015 / {
0016         model = "MediaTek krane sku0 board";
0017         compatible = "google,krane-sku0", "google,krane", "mediatek,mt8183";
0018 };
0019 
0020 &panel {
0021         status = "okay";
0022         compatible = "auo,kd101n80-45na";
0023 };