1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2f126890aSEmmanuel Vadot/* 3*01950c46SEmmanuel Vadot * Copyright (C) 2015 CompuLab, Ltd. - https://www.compulab.co.il/ 4f126890aSEmmanuel Vadot */ 5f126890aSEmmanuel Vadot 6f126890aSEmmanuel Vadot/ { 7f126890aSEmmanuel Vadot model = "CompuLab SB-SOM"; 8f126890aSEmmanuel Vadot compatible = "compulab,sb-som"; 9f126890aSEmmanuel Vadot 10f126890aSEmmanuel Vadot vsb_3v3: fixedregulator-v3_3 { 11f126890aSEmmanuel Vadot compatible = "regulator-fixed"; 12f126890aSEmmanuel Vadot regulator-name = "vsb_3v3"; 13f126890aSEmmanuel Vadot regulator-min-microvolt = <3300000>; 14f126890aSEmmanuel Vadot regulator-max-microvolt = <3300000>; 15f126890aSEmmanuel Vadot regulator-always-on; 16f126890aSEmmanuel Vadot enable-active-high; 17f126890aSEmmanuel Vadot }; 18f126890aSEmmanuel Vadot 19f126890aSEmmanuel Vadot lcd0: display { 20f126890aSEmmanuel Vadot compatible = "startek,startek-kd050c", "panel-dpi"; 21f126890aSEmmanuel Vadot label = "lcd"; 22f126890aSEmmanuel Vadot 23f126890aSEmmanuel Vadot panel-timing { 24f126890aSEmmanuel Vadot clock-frequency = <33000000>; 25f126890aSEmmanuel Vadot hactive = <800>; 26f126890aSEmmanuel Vadot vactive = <480>; 27f126890aSEmmanuel Vadot hfront-porch = <40>; 28f126890aSEmmanuel Vadot hback-porch = <40>; 29f126890aSEmmanuel Vadot hsync-len = <43>; 30f126890aSEmmanuel Vadot vback-porch = <29>; 31f126890aSEmmanuel Vadot vfront-porch = <13>; 32f126890aSEmmanuel Vadot vsync-len = <3>; 33f126890aSEmmanuel Vadot hsync-active = <0>; 34f126890aSEmmanuel Vadot vsync-active = <0>; 35f126890aSEmmanuel Vadot de-active = <1>; 36f126890aSEmmanuel Vadot pixelclk-active = <1>; 37f126890aSEmmanuel Vadot }; 38f126890aSEmmanuel Vadot }; 39f126890aSEmmanuel Vadot 40f126890aSEmmanuel Vadot hdmi_conn: connector { 41f126890aSEmmanuel Vadot compatible = "hdmi-connector"; 42f126890aSEmmanuel Vadot label = "hdmi"; 43f126890aSEmmanuel Vadot 44f126890aSEmmanuel Vadot type = "a"; 45f126890aSEmmanuel Vadot }; 46f126890aSEmmanuel Vadot}; 47