blob: 2669abb3832cf3a282dbb7b2372d6c62e30dfde6 [file] [log] [blame]
Ley Foon Tan2f59cf12019-04-03 13:45:02 +08001// 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
Ley Foon Tana217c122019-11-08 10:38:18 +080014&clkmgr {
15 u-boot,dm-pre-reloc;
16};
17
Ley Foon Tan2f59cf12019-04-03 13:45:02 +080018&qspi {
19 status = "okay";
20 u-boot,dm-pre-reloc;
21};
22
23&flash0 {
24 compatible = "jedec,spi-nor";
25 spi-max-frequency = <100000000>;
26 spi-tx-bus-width = <4>;
27 spi-rx-bus-width = <4>;
28 u-boot,dm-pre-reloc;
29};
Ley Foon Tana217c122019-11-08 10:38:18 +080030
31&sysmgr {
32 u-boot,dm-pre-reloc;
33};
Marek Vasut8655f672019-06-27 01:19:23 +020034
35&watchdog0 {
Chee Hong Ang346431c2020-08-06 12:15:33 +080036 status = "okay";
Marek Vasut8655f672019-06-27 01:19:23 +020037 u-boot,dm-pre-reloc;
38};