u-boot/arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi
Simon Glass 8c103c33fb dm: dts: Convert driver model tags to use new schema
Now that Linux has accepted these tags, move the device tree files in
U-Boot over to use them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-02-14 09:43:26 -07:00

59 lines
676 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* U-Boot additions
*
* Copyright (C) 2014 Steffen Trumtrar <s.trumtrar@pengutronix.de>
* Copyright (c) 2018 Simon Goldschmidt
*/
#include "socfpga-common-u-boot.dtsi"
/{
aliases {
spi0 = "/soc/spi@ff705000";
udc0 = &usb1;
};
};
&watchdog0 {
status = "disabled";
};
&mmc {
bootph-all;
};
&qspi {
bootph-all;
};
&flash {
compatible = "n25q256a", "jedec,spi-nor";
bootph-all;
};
&uart0 {
clock-frequency = <100000000>;
bootph-all;
};
&uart1 {
clock-frequency = <100000000>;
};
&usb1 {
status = "okay";
};
&porta {
bank-name = "porta";
};
&portb {
bank-name = "portb";
};
&portc {
bank-name = "portc";
};