mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
f3fccb12c0
Move Uboot specific properties to *u-boot.dtsi files. Preparation to sync Arria 10 device tree from Linux. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
17 lines
250 B
Text
17 lines
250 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2015, 2020 Intel. All rights reserved.
|
|
*/
|
|
|
|
#include "socfpga_arria10-u-boot.dtsi"
|
|
|
|
/ {
|
|
aliases {
|
|
bootargs = "console=ttyS0,115200";
|
|
i2c0 = &i2c1;
|
|
};
|
|
};
|
|
|
|
&uart1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|