0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2015 CompuLab, Ltd. - http://www.compulab.co.il/
0004 */
0005
0006 / {
0007 model = "CompuLab SB-SOM";
0008 compatible = "compulab,sb-som";
0009
0010 vsb_3v3: fixedregulator-v3_3 {
0011 compatible = "regulator-fixed";
0012 regulator-name = "vsb_3v3";
0013 regulator-min-microvolt = <3300000>;
0014 regulator-max-microvolt = <3300000>;
0015 regulator-always-on;
0016 enable-active-high;
0017 };
0018
0019 lcd0: display {
0020 compatible = "startek,startek-kd050c", "panel-dpi";
0021 label = "lcd";
0022
0023 panel-timing {
0024 clock-frequency = <33000000>;
0025 hactive = <800>;
0026 vactive = <480>;
0027 hfront-porch = <40>;
0028 hback-porch = <40>;
0029 hsync-len = <43>;
0030 vback-porch = <29>;
0031 vfront-porch = <13>;
0032 vsync-len = <3>;
0033 hsync-active = <0>;
0034 vsync-active = <0>;
0035 de-active = <1>;
0036 pixelclk-active = <1>;
0037 };
0038 };
0039
0040 hdmi_conn: connector {
0041 compatible = "hdmi-connector";
0042 label = "hdmi";
0043
0044 type = "a";
0045 };
0046 };