2018-11-02 10:54:52 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* U-Boot additions
|
|
|
|
*
|
|
|
|
* Copyright Altera Corporation (C) 2015
|
|
|
|
* Copyright (c) 2018 Simon Goldschmidt
|
|
|
|
*/
|
|
|
|
|
2019-03-01 19:12:29 +00:00
|
|
|
#include "socfpga-common-u-boot.dtsi"
|
|
|
|
|
2018-11-02 10:54:52 +00:00
|
|
|
/{
|
|
|
|
aliases {
|
|
|
|
udc0 = &usb1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&watchdog0 {
|
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
|
|
|
|
&mmc {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
clock-frequency = <100000000>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart1 {
|
|
|
|
clock-frequency = <100000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&porta {
|
|
|
|
bank-name = "porta";
|
|
|
|
};
|
|
|
|
|
|
|
|
&portb {
|
|
|
|
bank-name = "portb";
|
|
|
|
};
|
|
|
|
|
|
|
|
&portc {
|
|
|
|
bank-name = "portc";
|
|
|
|
};
|