Lines Matching +full:default +full:- +full:sample +full:- +full:phase
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include "rk3368-lion.dtsi"
10 model = "Theobroma Systems RK3368-uQ7 Baseboard";
11 compatible = "tsd,rk3368-lion-haikou", "rockchip,rk3368";
14 stdout-path = "serial0:115200n8";
28 pinctrl-0 = <&module_led_pins>, <&sd_card_led_pin>;
30 sd_card_led: led-3 {
33 linux,default-trigger = "mmc0";
37 dc_12v: dc-12v {
38 compatible = "regulator-fixed";
39 regulator-name = "dc_12v";
40 regulator-always-on;
41 regulator-boot-on;
42 regulator-min-microvolt = <12000000>;
43 regulator-max-microvolt = <12000000>;
46 vcc3v3_baseboard: vcc3v3-baseboard {
47 compatible = "regulator-fixed";
48 regulator-name = "vcc3v3_baseboard";
49 regulator-always-on;
50 regulator-boot-on;
51 regulator-min-microvolt = <3300000>;
52 regulator-max-microvolt = <3300000>;
53 vin-supply = <&dc_12v>;
56 vcc5v0_otg: vcc5v0-otg-regulator {
57 compatible = "regulator-fixed";
58 enable-active-high;
60 pinctrl-names = "default";
61 pinctrl-0 = <&otg_vbus_drv>;
62 regulator-name = "vcc5v0_otg";
63 regulator-always-on;
68 bus-width = <4>;
69 cap-mmc-highspeed;
70 cap-sd-highspeed;
71 cd-gpios = <&gpio2 RK_PB3 GPIO_ACTIVE_LOW>;
72 disable-wp;
73 max-frequency = <25000000>;
74 pinctrl-names = "default";
75 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
76 rockchip,default-sample-phase = <90>;
77 vmmc-supply = <&vcc3v3_baseboard>;
82 cs-gpios = <0>, <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
103 pinctrl-names = "default";
104 pinctrl-0 = <&haikou_pin_hog>;
107 haikou_pin_hog: haikou-pin-hog {
121 sd_card_led_pin: sd-card-led-pin {
128 sdmmc_cd_pin: sdmmc-cd-pin {
135 otg_vbus_drv: otg-vbus-drv {