mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
47 lines
510 B
Text
47 lines
510 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* Copyright Altera Corporation (C) 2015
|
||
|
* Copyright (c) 2018 Simon Goldschmidt
|
||
|
*/
|
||
|
|
||
|
/{
|
||
|
aliases {
|
||
|
udc0 = &usb1;
|
||
|
};
|
||
|
|
||
|
soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&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";
|
||
|
};
|