mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 01:19:49 +00:00
1224dd8b15
Select DM_SERIAL Signed-off-by: Peng Fan <peng.fan@nxp.com>
20 lines
255 B
Text
20 lines
255 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2018 NXP
|
|
*/
|
|
|
|
&qspi1 {
|
|
num-cs = <2>;
|
|
|
|
flash0: n25q256a@0 {
|
|
compatible = "jedec,spi-nor";
|
|
};
|
|
|
|
flash1: n25q256a@1 {
|
|
compatible = "jedec,spi-nor";
|
|
};
|
|
};
|
|
|
|
&pinctrl_uart1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|