]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi
ARM: dts: Rename logicpd-toredp-37xx-devkit in U-Boot
[people/ms/u-boot.git] / arch / arm / dts / logicpd-torpedo-37xx-devkit-u-boot.dtsi
CommitLineData
bf1ddfc0
AF
1/*
2 * Copyright (C) 2017
3 * Logic PD - http://www.logicpd.com
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8/ {
20188f51
AF
9 model = "LogicPD Zoom OMAP3 Development Kit";
10
bf1ddfc0
AF
11 chosen {
12 stdout-path = &uart1;
13 };
14};
15
16&i2c1 {
17 clock-frequency = <400000>;
18};
19
20&i2c2 {
21 clock-frequency = <400000>;
22};
23
24&mmc1 {
25 cd-inverted;
26};
27
28&mmc2 {
29 status = "disabled";
30};
31
32&mmc3 {
33 status = "disabled";
34};
35
36&uart1 {
37 reg-shift = <2>;
38};
39
40&uart2 {
41 reg-shift = <2>;
42};
43
44&uart3 {
45 reg-shift = <2>;
46};
47