diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 09:40:34 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 09:40:34 +0000 |
commit | 1f041ae1413da439824781499ad653965fc07cb5 (patch) | |
tree | 7656d45c575854c51762a73d115f078dec759a73 /sys/gnu/dts/arm/exynos4210-trats.dts | |
parent | 3dd1a009cd9ad1adf8ac0f63147395037938d82a (diff) | |
parent | a31d1ff13cd8d70944a6446c0e2478d7f25b53e7 (diff) | |
download | src-test2-1f041ae1413da439824781499ad653965fc07cb5.tar.gz src-test2-1f041ae1413da439824781499ad653965fc07cb5.zip |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/exynos4210-trats.dts')
-rw-r--r-- | sys/gnu/dts/arm/exynos4210-trats.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/exynos4210-trats.dts b/sys/gnu/dts/arm/exynos4210-trats.dts index 6f1d76cb7951..f9bbc6315cd9 100644 --- a/sys/gnu/dts/arm/exynos4210-trats.dts +++ b/sys/gnu/dts/arm/exynos4210-trats.dts @@ -385,6 +385,12 @@ regulator-max-microvolt = <1800000>; }; + tflash_reg: LDO17 { + regulator-name = "VTF_2.8V"; + regulator-min-microvolt = <2800000>; + regulator-max-microvolt = <2800000>; + }; + vddq_reg: LDO21 { regulator-name = "VDDQ_M1M2_1.2V"; regulator-min-microvolt = <1200000>; @@ -452,6 +458,15 @@ status = "okay"; }; +&sdhci_2 { + bus-width = <4>; + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; + pinctrl-names = "default"; + vmmc-supply = <&tflash_reg>; + cd-gpios = <&gpx3 4 GPIO_ACTIVE_LOW>; + status = "okay"; +}; + &serial_0 { status = "okay"; }; |