Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * U-Boot additions | ||||
4 | * | ||||
5 | * Copyright (C) 2014 Steffen Trumtrar <s.trumtrar@pengutronix.de> | ||||
6 | * Copyright (c) 2018 Simon Goldschmidt | ||||
7 | */ | ||||
8 | |||||
Simon Goldschmidt | 7357c2c | 2019-03-01 20:12:29 +0100 | [diff] [blame] | 9 | #include "socfpga-common-u-boot.dtsi" |
10 | |||||
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 11 | /{ |
12 | aliases { | ||||
13 | spi0 = "/soc/spi@ff705000"; | ||||
14 | udc0 = &usb1; | ||||
15 | }; | ||||
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 16 | }; |
17 | |||||
18 | &watchdog0 { | ||||
19 | status = "disabled"; | ||||
20 | }; | ||||
21 | |||||
22 | &mmc { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 24 | }; |
25 | |||||
26 | &qspi { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 27 | bootph-all; |
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 28 | }; |
29 | |||||
30 | &flash { | ||||
Neil Armstrong | ffd4c7c | 2019-02-10 10:16:20 +0000 | [diff] [blame] | 31 | compatible = "n25q256a", "jedec,spi-nor"; |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 32 | bootph-all; |
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 33 | }; |
34 | |||||
35 | &uart0 { | ||||
36 | clock-frequency = <100000000>; | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 37 | bootph-all; |
Simon Goldschmidt | c402e81 | 2018-11-02 11:54:52 +0100 | [diff] [blame] | 38 | }; |
39 | |||||
40 | &uart1 { | ||||
41 | clock-frequency = <100000000>; | ||||
42 | }; | ||||
43 | |||||
44 | &usb1 { | ||||
45 | status = "okay"; | ||||
46 | }; | ||||
47 | |||||
48 | &porta { | ||||
49 | bank-name = "porta"; | ||||
50 | }; | ||||
51 | |||||
52 | &portb { | ||||
53 | bank-name = "portb"; | ||||
54 | }; | ||||
55 | |||||
56 | &portc { | ||||
57 | bank-name = "portc"; | ||||
58 | }; |