|
| 1 | +// SPDX-License-Identifier: BSD-3-Clause |
| 2 | + |
| 3 | +/dts-v1/; |
| 4 | + |
| 5 | +#include <skeleton64.dtsi> |
| 6 | +#include <lk2nd.dtsi> |
| 7 | + |
| 8 | +/ { |
| 9 | + qcom,msm-id = <QCOM_ID_MSM8953 0>; |
| 10 | + qcom,board-id = <QCOM_BOARD_ID(QRD, 2, 0) 0>; |
| 11 | +}; |
| 12 | + |
| 13 | +&lk2nd { |
| 14 | + 10or-g { |
| 15 | + model = "10or G"; |
| 16 | + compatible = "10or,g"; |
| 17 | + |
| 18 | + lk2nd,dtb-files = "msm8953-10or-g"; |
| 19 | + |
| 20 | + lk2nd,match-panel; |
| 21 | + panel { |
| 22 | + compatible = "10or,g-panel", "lk2nd,panel"; |
| 23 | + |
| 24 | + qcom,dsi-panel-hx8399c-auo-53-1080p-video { |
| 25 | + compatible = "10or,g-hx8399c-auo"; |
| 26 | + touchscreen-compatible = "goodix,gt917d"; |
| 27 | + }; |
| 28 | + |
| 29 | + qcom,dsi-panel-ili7807d-djn-53-1080p-video { |
| 30 | + compatible = "10or,g-ili7807d-djn"; |
| 31 | + }; |
| 32 | + |
| 33 | + qcom,dsi-panel-ili7807d-djn-auo-53-1080p-video { |
| 34 | + compatible = "10or,g-ili7807d-djn-auo"; |
| 35 | + }; |
| 36 | + }; |
| 37 | + }; |
| 38 | + |
| 39 | + 360-qk1505-a02 { |
| 40 | + model = "360 N4s Snapdragon"; |
| 41 | + compatible = "360,qk1505"; |
| 42 | + |
| 43 | + /* |
| 44 | + * Warning: Bootloader is locked and cannot be unlocked. |
| 45 | + * This device requires signed boot images (SIGN_BOOTIMG=1) for booting. |
| 46 | + */ |
| 47 | + |
| 48 | + lk2nd,dtb-files = "msm8953-360-qk1505"; |
| 49 | + lk2nd,match-panel; |
| 50 | + |
| 51 | + panel { |
| 52 | + compatible = "360,qk1505-panel", "lk2nd,panel"; |
| 53 | + |
| 54 | + qcom,mdss_dsi_ft8716_1080p_video{ |
| 55 | + compatible = "360,ft8716"; |
| 56 | + }; |
| 57 | + }; |
| 58 | + }; |
| 59 | +}; |
0 commit comments