1# Copyright (c) 2024 Erik Andersson <erian747@gmail.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: Frida Techshine Panel 5 6compatible: "frida,nt35510" 7 8include: [mipi-dsi-device.yaml, display-controller.yaml] 9 10properties: 11 reset-gpios: 12 type: phandle-array 13 description: | 14 Hardware based reset gpio pin 15 Setting a low level will hold NT35510 in reset 16 17 bl-gpios: 18 type: phandle-array 19 description: | 20 The BLn pin is asserted to turn on the backlight of the panel. 21 Note that some boards may use software control instead 22 and don't have this pin connected 23 24 rotation: 25 type: int 26 default: 0 27 enum: 28 - 0 29 - 90 30 - 180 31 - 270 32 description: | 33 Display rotation clockwise in degrees. Defaults to 0, display default. 34