1Boe Himax8279d 1200x1920 TFT LCD panel 2 3Required properties: 4- compatible: should be "boe,himax8279d8p" and one of: "boe,himax8279d10p" 5- reg: DSI virtual channel of the peripheral 6- enable-gpios: panel enable gpio 7- pp33-gpios: a GPIO phandle for the 3.3v pin that provides the supply voltage 8- pp18-gpios: a GPIO phandle for the 1.8v pin that provides the supply voltage 9 10Optional properties: 11- backlight: phandle of the backlight device attached to the panel 12 13Example: 14 15 &mipi_dsi { 16 panel { 17 compatible = "boe,himax8279d8p", "boe,himax8279d10p"; 18 reg = <0>; 19 backlight = <&backlight>; 20 enable-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>; 21 pp33-gpios = <&gpio 35 GPIO_ACTIVE_HIGH>; 22 pp18-gpios = <&gpio 36 GPIO_ACTIVE_HIGH>; 23 }; 24 }; 25