1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (C) 2022-2026 Marek Vasut 4 */ 5 6&display_bl { 7 pwms = <&pwm1 0 5000000 0>; 8}; 9 10&i2c_dhpdk_panel { 11 #address-cells = <1>; 12 #size-cells = <0>; 13 14 touch_lvds: touchscreen@41 { 15 compatible = "ilitek,ili251x"; 16 reg = <0x41>; 17 reset-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; 18 touchscreen-size-x = <16384>; 19 touchscreen-size-y = <9600>; 20 touchscreen-inverted-x; 21 touchscreen-inverted-y; 22 }; 23 24 eeprom@50 { 25 compatible = "atmel,24c04"; 26 reg = <0x50>; 27 pagesize = <16>; 28 }; 29}; 30 31&panel { 32 compatible = "chefree,ch101olhlwh-002"; 33}; 34 35&pwm1 { 36 status = "okay"; 37}; 38