mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
2473e13bb8
All SoCFPGA platforms (except Cyclone V) are now switching to CONFIG_WDT (driver model for watchdog timer drivers) from CONFIG_HW_WATCHDOG. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
21 lines
296 B
Text
21 lines
296 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;
|
|
};
|
|
|
|
&watchdog1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|