blob: e07e3aa8cb003da047fb9d782d6f7c081d3deb55 [file] [log] [blame]
Parthiban Nallathambiead68b12020-10-23 16:23:49 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020 Linumiz
4 */
5
Dario Binacchi2180d802020-12-30 00:06:37 +01006#include "am33xx-u-boot.dtsi"
7
Parthiban Nallathambiead68b12020-10-23 16:23:49 +02008/ {
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 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-all;
Parthiban Nallathambiead68b12020-10-23 16:23:49 +020019 };
20};
21
22&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-all;
Parthiban Nallathambiead68b12020-10-23 16:23:49 +020024};
25
26&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-all;
Parthiban Nallathambiead68b12020-10-23 16:23:49 +020028};
29
30&mmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-all;
Parthiban Nallathambiead68b12020-10-23 16:23:49 +020032 cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
33};