Ley Foon Tan | ff33e73 | 2020-04-07 15:43:12 +0800 | [diff] [blame] | 1 | // 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 Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 16 | bootph-all; |
Ley Foon Tan | ff33e73 | 2020-04-07 15:43:12 +0800 | [diff] [blame] | 17 | }; |
Chee Hong Ang | 346431c | 2020-08-06 12:15:33 +0800 | [diff] [blame] | 18 | |
19 | &watchdog1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 20 | bootph-all; |
Chee Hong Ang | 346431c | 2020-08-06 12:15:33 +0800 | [diff] [blame] | 21 | }; |