blob: 56d50ecee30690d00920c8deb76331003abba791 [file] [log] [blame]
Ley Foon Tanff33e732020-04-07 15:43:12 +08001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2015, 2020 Intel. All rights reserved.
4 */
5
6#include "socfpga_arria10-u-boot.dtsi"
7
8/ {
9 aliases {
10 bootargs = "console=ttyS0,115200";
11 i2c0 = &i2c1;
12 };
13};
14
15&uart1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Ley Foon Tanff33e732020-04-07 15:43:12 +080017};
Chee Hong Ang346431c2020-08-06 12:15:33 +080018
19&watchdog1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-all;
Chee Hong Ang346431c2020-08-06 12:15:33 +080021};