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";
18 stdout-path = "serial0:115200n8";
32 pinctrl-0 = <&module_led_pins>, <&sd_card_led_pin>;
34 sd_card_led: led-3 {
37 linux,default-trigger = "mmc0";
41 dc_12v: dc-12v {
42 compatible = "regulator-fixed";
43 regulator-name = "dc_12v";
44 regulator-always-on;
45 regulator-boot-on;
46 regulator-min-microvolt = <12000000>;
47 regulator-max-microvolt = <12000000>;
50 vcc3v3_baseboard: vcc3v3-baseboard {
51 compatible = "regulator-fixed";
52 regulator-name = "vcc3v3_baseboard";
53 regulator-always-on;
54 regulator-boot-on;
55 regulator-min-microvolt = <3300000>;
56 regulator-max-microvolt = <3300000>;
57 vin-supply = <&dc_12v>;
60 vcc5v0_otg: vcc5v0-otg-regulator {
61 compatible = "regulator-fixed";
62 enable-active-high;
64 pinctrl-names = "default";
65 pinctrl-0 = <&otg_vbus_drv>;
66 regulator-name = "vcc5v0_otg";
67 regulator-always-on;
72 bus-width = <4>;
73 cap-mmc-highspeed;
74 cap-sd-highspeed;
75 cd-gpios = <&gpio2 RK_PB3 GPIO_ACTIVE_LOW>;
76 disable-wp;
77 max-frequency = <25000000>;
78 pinctrl-names = "default";
79 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>;
80 rockchip,default-sample-phase = <90>;
81 vmmc-supply = <&vcc3v3_baseboard>;
86 cs-gpios = <0>, <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&uart0_xfer &uart0_cts &uart0_rts>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&haikou_pin_hog>;
111 haikou_pin_hog: haikou-pin-hog {
125 sd_card_led_pin: sd-card-led-pin {
132 sdmmc_cd_pin: sdmmc-cd-pin {
139 otg_vbus_drv: otg-vbus-drv {