Lines Matching +full:pwm +full:- +full:v1

1 // SPDX-License-Identifier: GPL-2.0
3 * Hardkernel's Exynos4412 based ODROID-U3 board device tree source
7 * Device tree source file for Hardkernel's ODROID-U3 board which is based
11 /dts-v1/;
12 #include <dt-bindings/leds/common.h>
13 #include "exynos4412-odroid-common.dtsi"
14 #include "exynos4412-prime.dtsi"
17 model = "Hardkernel ODROID-U3 board based on Exynos4412";
18 compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
29 vbus_otg_reg: regulator-1 {
30 compatible = "regulator-fixed";
31 regulator-name = "VBUS_VDD_5.0V";
32 regulator-min-microvolt = <5000000>;
33 regulator-max-microvolt = <5000000>;
35 enable-active-high;
39 compatible = "gpio-leds";
44 default-state = "on";
45 linux,default-trigger = "heartbeat";
49 fan0: pwm-fan {
50 compatible = "pwm-fan";
51 pwms = <&pwm 0 10000 0>;
52 #cooling-cells = <2>;
53 cooling-levels = <0 102 170 230>;
58 vdd-supply = <&ldo10_reg>;
64 regulator-name = "BUCK8_P3V3";
65 regulator-min-microvolt = <3300000>;
66 regulator-max-microvolt = <3300000>;
70 cooling-maps {
73 cooling-device = <&cpu0 9 9>, <&cpu1 9 9>,
79 cooling-device = <&cpu0 15 15>, <&cpu1 15 15>,
85 cooling-device = <&fan0 0 1>;
91 needs-hpd;
96 regulator-name = "LDO22_VDDQ_MMC4_2.8V";
97 regulator-min-microvolt = <2800000>;
98 regulator-max-microvolt = <2800000>;
102 vqmmc-supply = <&ldo22_reg>;
105 &pwm {
106 pinctrl-0 = <&pwm0_out>;
107 pinctrl-names = "default";
108 samsung,pwm-outputs = <0>;
113 clock-names = "refclk";
115 refclk-frequency = <24000000>;
119 #address-cells = <1>;
120 #size-cells = <0>;
122 phy-names = "hsic0", "hsic1";
127 local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
133 vbus-supply = <&vbus_otg_reg>;
137 model = "Odroid-U3";
138 samsung,audio-widgets =
141 audio-routing = "Headphone Jack", "HPL",
150 pinctrl-names = "default";
151 pinctrl-0 = <&spi1_bus>;
152 cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;