summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive/jh7110-evb-uart4-emmc-spdif.dts
blob: 506e7e69918f56a40c2a271e79dd2df9491fe0a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
 * Copyright (C) 2022 StarFive Technology Co., Ltd.
 * Copyright (C) 2022 Hal Feng <hal.feng@starfivetech.com>
 */

/dts-v1/;
#include "jh7110-evb.dtsi"
#include "codecs/sf_spdif.dtsi"

/ {
	model = "StarFive JH7110 EVB";
	compatible = "starfive,jh7110-evb", "starfive,jh7110";
};

&usbdrd30 {
	status = "okay";
};


&pcie1 {
	status = "okay";
};

&uart4 {
	status = "okay";
};

&sdio0 {
	assigned-clocks = <&clkgen JH7110_SDIO0_CLK_SDCARD>;
	assigned-clock-rates = <50000000>;
	pinctrl-names = "default";
	pinctrl-0 = <&mmc0_pins>;
	max-frequency = <100000000>;
	card-detect-delay = <300>;
	bus-width = <8>;
	cap-mmc-highspeed;
	mmc-hs200-1_8v;
	non-removable;
	cap-mmc-hw-reset;
	post-power-on-delay-ms = <200>;
	status = "okay";
};

&sdio1 {
	max-frequency = <100000000>;
	card-detect-delay = <300>;
	bus-width = <8>;
	cap-mmc-hw-reset;
	non-removable;
	cap-mmc-highspeed;
	post-power-on-delay-ms = <200>;
	status = "okay";
};

&ptc {
	pinctrl-names = "default";
	pinctrl-0 = <&pwm_ch6to7_pins>;
	status = "okay";
};

&spdif0 {
	status = "okay";
};

&spdif_transmitter {
	status = "okay";
};