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 | * | ||||
5 | * Copyright (C) 2019 Intel Corporation <www.intel.com> | ||||
6 | */ | ||||
7 | |||||
8 | /{ | ||||
9 | aliases { | ||||
10 | spi0 = &qspi; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
14 | &qspi { | ||||
15 | status = "okay"; | ||||
16 | u-boot,dm-pre-reloc; | ||||
17 | }; | ||||
18 | |||||
19 | &flash0 { | ||||
20 | compatible = "jedec,spi-nor"; | ||||
21 | spi-max-frequency = <100000000>; | ||||
22 | spi-tx-bus-width = <4>; | ||||
23 | spi-rx-bus-width = <4>; | ||||
24 | u-boot,dm-pre-reloc; | ||||
25 | }; |