2019-04-03 05:45:02 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* U-Boot additions
|
|
|
|
*
|
2020-12-24 10:21:11 +00:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation <www.intel.com>
|
2019-04-03 05:45:02 +00:00
|
|
|
*/
|
|
|
|
|
2020-12-24 10:21:11 +00:00
|
|
|
#include "socfpga_stratix10-u-boot.dtsi"
|
|
|
|
|
2019-04-03 05:45:02 +00:00
|
|
|
/{
|
|
|
|
aliases {
|
|
|
|
spi0 = &qspi;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-11-08 02:38:18 +00:00
|
|
|
&clkmgr {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
2019-04-03 05:45:02 +00:00
|
|
|
&qspi {
|
|
|
|
status = "okay";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
&flash0 {
|
|
|
|
compatible = "jedec,spi-nor";
|
|
|
|
spi-max-frequency = <100000000>;
|
|
|
|
spi-tx-bus-width = <4>;
|
|
|
|
spi-rx-bus-width = <4>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
2019-11-08 02:38:18 +00:00
|
|
|
|
|
|
|
&sysmgr {
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
2019-06-26 23:19:23 +00:00
|
|
|
|
|
|
|
&watchdog0 {
|
2020-08-06 04:15:33 +00:00
|
|
|
status = "okay";
|
2019-06-26 23:19:23 +00:00
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|