| .. | .. |
|---|
| 1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | /* |
|---|
| 3 | | - * SAMSUNG Exynos7 Espresso board device tree source |
|---|
| 3 | + * Samsung Exynos7 Espresso board device tree source |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
|---|
| 6 | 6 | * http://www.samsung.com |
|---|
| .. | .. |
|---|
| 13 | 13 | #include <dt-bindings/gpio/gpio.h> |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | / { |
|---|
| 16 | | - model = "Samsung Exynos7 Espresso board based on EXYNOS7"; |
|---|
| 16 | + model = "Samsung Exynos7 Espresso board based on Exynos7"; |
|---|
| 17 | 17 | compatible = "samsung,exynos7-espresso", "samsung,exynos7"; |
|---|
| 18 | 18 | |
|---|
| 19 | 19 | aliases { |
|---|
| .. | .. |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | &fin_pll { |
|---|
| 59 | 59 | clock-frequency = <24000000>; |
|---|
| 60 | +}; |
|---|
| 61 | + |
|---|
| 62 | +&gpu { |
|---|
| 63 | + mali-supply = <&buck6_reg>; |
|---|
| 64 | + status = "okay"; |
|---|
| 60 | 65 | }; |
|---|
| 61 | 66 | |
|---|
| 62 | 67 | &serial_2 { |
|---|
| .. | .. |
|---|
| 189 | 194 | regulator-min-microvolt = <1000000>; |
|---|
| 190 | 195 | regulator-max-microvolt = <1300000>; |
|---|
| 191 | 196 | regulator-enable-ramp-delay = <125>; |
|---|
| 197 | + regulator-always-on; |
|---|
| 192 | 198 | }; |
|---|
| 193 | 199 | |
|---|
| 194 | 200 | ldo13_reg: LDO13 { |
|---|
| .. | .. |
|---|
| 402 | 408 | }; |
|---|
| 403 | 409 | }; |
|---|
| 404 | 410 | |
|---|
| 411 | +&ufs { |
|---|
| 412 | + status = "okay"; |
|---|
| 413 | +}; |
|---|
| 414 | + |
|---|
| 405 | 415 | &usbdrd_phy { |
|---|
| 406 | 416 | vbus-supply = <&usb30_vbus_reg>; |
|---|
| 407 | 417 | vbus-boost-supply = <&usb3drd_boost_5v>; |
|---|