Ley Foon Tan | 2f59cf1 | 2019-04-03 13:45:02 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * U-Boot additions |
| 4 | * |
Siew Chin Lim | 9fe3a01 | 2020-12-24 18:21:11 +0800 | [diff] [blame] | 5 | * Copyright (C) 2019-2020 Intel Corporation <www.intel.com> |
Ley Foon Tan | 2f59cf1 | 2019-04-03 13:45:02 +0800 | [diff] [blame] | 6 | */ |
| 7 | |
Siew Chin Lim | 9fe3a01 | 2020-12-24 18:21:11 +0800 | [diff] [blame] | 8 | #include "socfpga_stratix10-u-boot.dtsi" |
| 9 | |
Ley Foon Tan | 2f59cf1 | 2019-04-03 13:45:02 +0800 | [diff] [blame] | 10 | /{ |
| 11 | aliases { |
| 12 | spi0 = &qspi; |
| 13 | }; |
| 14 | }; |
| 15 | |
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 16 | &clkmgr { |
| 17 | u-boot,dm-pre-reloc; |
| 18 | }; |
| 19 | |
Ley Foon Tan | 2f59cf1 | 2019-04-03 13:45:02 +0800 | [diff] [blame] | 20 | &qspi { |
| 21 | status = "okay"; |
| 22 | u-boot,dm-pre-reloc; |
| 23 | }; |
| 24 | |
| 25 | &flash0 { |
| 26 | compatible = "jedec,spi-nor"; |
| 27 | spi-max-frequency = <100000000>; |
| 28 | spi-tx-bus-width = <4>; |
| 29 | spi-rx-bus-width = <4>; |
| 30 | u-boot,dm-pre-reloc; |
| 31 | }; |
Ley Foon Tan | a217c12 | 2019-11-08 10:38:18 +0800 | [diff] [blame] | 32 | |
| 33 | &sysmgr { |
| 34 | u-boot,dm-pre-reloc; |
| 35 | }; |
Marek Vasut | 8655f67 | 2019-06-27 01:19:23 +0200 | [diff] [blame] | 36 | |
| 37 | &watchdog0 { |
Chee Hong Ang | 346431c | 2020-08-06 12:15:33 +0800 | [diff] [blame] | 38 | status = "okay"; |
Marek Vasut | 8655f67 | 2019-06-27 01:19:23 +0200 | [diff] [blame] | 39 | u-boot,dm-pre-reloc; |
| 40 | }; |