2019-05-12 17:25:18 +00:00
|
|
|
// 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 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-12 17:25:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
clock-frequency = <100000000>;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-12 17:25:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&porta {
|
|
|
|
bank-name = "porta";
|
|
|
|
};
|
|
|
|
|
|
|
|
&portb {
|
|
|
|
bank-name = "portb";
|
|
|
|
};
|
|
|
|
|
|
|
|
&portc {
|
|
|
|
bank-name = "portc";
|
|
|
|
};
|