// SPDX-License-Identifier: (GPL-2.0+ OR X11) /* * U-Boot additions * * Copyright (C) 2015 Marek Vasut * Copyright (c) 2018 Simon Goldschmidt */ #include "socfpga-common-u-boot.dtsi" /{ aliases { spi0 = "/soc/spi@ff705000"; udc0 = &usb1; }; }; &mmc { status = "disabled"; }; &qspi { bootph-all; n25q128@0 { compatible = "n25q128", "jedec,spi-nor"; bootph-all; }; n25q00@1 { compatible = "n25q00", "jedec,spi-nor"; bootph-all; }; }; &uart0 { clock-frequency = <100000000>; bootph-all; }; &uart1 { clock-frequency = <100000000>; }; &porta { bank-name = "porta"; }; &portb { bank-name = "portb"; }; &portc { bank-name = "portc"; }; &watchdog0 { bootph-all; };