Merge branch 'CR_2862_gt9xx_ts_515_changhuang.liang' into 'vf2-515-devel'
[platform/kernel/linux-starfive.git] / arch / riscv / boot / dts / starfive / jh7110-evb-uart1-rgb2hdmi.dts
1 // SPDX-License-Identifier: GPL-2.0 OR MIT
2 /*
3  * Copyright (C) 2022 StarFive Technology Co., Ltd.
4  * Copyright (C) 2022 Hal Feng <hal.feng@starfivetech.com>
5  */
6
7 /dts-v1/;
8 #include "jh7110-evb.dtsi"
9
10 / {
11         model = "StarFive JH7110 EVB";
12         compatible = "starfive,jh7110-evb", "starfive,jh7110";
13 };
14
15 /* default sd card */
16 &sdio0 {
17         max-frequency = <100000000>;
18         card-detect-delay = <300>;
19         bus-width = <4>;
20         broken-cd;
21         cap-sd-highspeed;
22         post-power-on-delay-ms = <200>;
23         status = "okay";
24 };
25
26 &usbdrd30 {
27         status = "okay";
28 };
29
30
31 &pcie1 {
32         status = "okay";
33 };
34
35 &uart1 {
36         status = "okay";
37 };
38
39 &rgb_output {
40         status = "okay";
41 };
42
43 &tda988x_pin {
44         status = "okay";
45 };
46
47 &dsi_output {
48         status = "disabled";
49 };
50
51 &mipi_dsi {
52         status = "disabled";
53 };
54
55 &mipi_dphy {
56         status = "disabled";
57 };