]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/dts/am335x-wega-rdk-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / am335x-wega-rdk-u-boot.dtsi
CommitLineData
6e171b66
NF
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 DENX Software Engineering GmbH
4 */
5
c28baf6c
DB
6#include "am33xx-u-boot.dtsi"
7
6e171b66
NF
8/ {
9 chosen {
10 #address-cells = <1>;
11 #size-cells = <1>;
12
13 bootargs = "console=ttyO0,115200 earlyprintk";
14 stdout-path = &uart0;
15 };
16
17 ocp {
8c103c33 18 bootph-all;
297c439b
MK
19
20 l4_wkup@44c00000 {
8c103c33 21 bootph-all;
297c439b
MK
22
23 segment@200000 {
8c103c33 24 bootph-all;
297c439b
MK
25
26 target-module@9000 {
8c103c33 27 bootph-all;
297c439b
MK
28 };
29 };
30 };
6e171b66
NF
31 };
32};
33
34&i2c0 {
8c103c33 35 bootph-all;
6e171b66
NF
36};
37
38&uart0 {
8c103c33 39 bootph-all;
6e171b66
NF
40};
41
42&mmc1 {
8c103c33 43 bootph-all;
6e171b66
NF
44 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
45};