mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
35 lines
465 B
Text
35 lines
465 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* Copyright (C) 2015 Marek Vasut <marex@denx.de>
|
||
|
* Copyright (C) 2019 Wolfgang Grandegger <wg@aries-embedded.de>
|
||
|
*/
|
||
|
|
||
|
#include "socfpga-common-u-boot.dtsi"
|
||
|
|
||
|
&watchdog0 {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
&mmc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
clock-frequency = <100000000>;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&porta {
|
||
|
bank-name = "porta";
|
||
|
};
|
||
|
|
||
|
&portb {
|
||
|
bank-name = "portb";
|
||
|
};
|
||
|
|
||
|
&portc {
|
||
|
bank-name = "portc";
|
||
|
};
|