| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> |
|---|
| 3 | | - * |
|---|
| 4 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 5 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 6 | | - * Version 2 or later at the following locations: |
|---|
| 7 | | - * |
|---|
| 8 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 9 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 10 | 4 | */ |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | #include "imx51-digi-connectcore-som.dtsi" |
|---|
| .. | .. |
|---|
| 21 | 15 | }; |
|---|
| 22 | 16 | }; |
|---|
| 23 | 17 | |
|---|
| 18 | +&esdhc1 { |
|---|
| 19 | + status = "okay"; |
|---|
| 20 | +}; |
|---|
| 21 | + |
|---|
| 24 | 22 | &owire { |
|---|
| 25 | 23 | pinctrl-names = "default"; |
|---|
| 26 | 24 | pinctrl-0 = <&pinctrl_owire>; |
|---|
| 27 | 25 | status = "okay"; |
|---|
| 28 | 26 | }; |
|---|
| 29 | 27 | |
|---|
| 28 | +&pmic { |
|---|
| 29 | + fsl,mc13xxx-uses-rtc; |
|---|
| 30 | + |
|---|
| 31 | + regulators { |
|---|
| 32 | + vcoincell_reg: vcoincell { |
|---|
| 33 | + regulator-min-microvolt = <3000000>; |
|---|
| 34 | + regulator-max-microvolt = <3000000>; |
|---|
| 35 | + regulator-always-on; |
|---|
| 36 | + }; |
|---|
| 37 | + }; |
|---|
| 38 | +}; |
|---|
| 39 | + |
|---|
| 30 | 40 | &uart1 { |
|---|
| 31 | 41 | pinctrl-names = "default"; |
|---|
| 32 | 42 | pinctrl-0 = <&pinctrl_uart1>; |
|---|