Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (C) 2017 exceet electronics GmbH
0004  * Copyright (C) 2018 Kontron Electronics GmbH
0005  * Copyright (c) 2019 Krzysztof Kozlowski <krzk@kernel.org>
0006  */
0007 
0008 #include "imx6ul.dtsi"
0009 #include "imx6ul-kontron-n6x1x-som-common.dtsi"
0010 
0011 / {
0012         model = "Kontron N6310 SOM";
0013         compatible = "kontron,imx6ul-n6310-som", "fsl,imx6ul";
0014 
0015         memory@80000000 {
0016                 reg = <0x80000000 0x10000000>;
0017                 device_type = "memory";
0018         };
0019 };
0020 
0021 &qspi {
0022         flash@0 {
0023                 #address-cells = <1>;
0024                 #size-cells = <1>;
0025                 compatible = "spi-nand";
0026                 spi-max-frequency = <108000000>;
0027                 spi-tx-bus-width = <4>;
0028                 spi-rx-bus-width = <4>;
0029                 reg = <0>;
0030 
0031                 partition@0 {
0032                         label = "ubi1";
0033                         reg = <0x00000000 0x08000000>;
0034                 };
0035 
0036                 partition@8000000 {
0037                         label = "ubi2";
0038                         reg = <0x08000000 0x08000000>;
0039                 };
0040         };
0041 };