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  */
0006 
0007 #include "imx6ul.dtsi"
0008 #include "imx6ul-kontron-n6x1x-som-common.dtsi"
0009 
0010 / {
0011         model = "Kontron N6311 SOM";
0012         compatible = "kontron,imx6ul-n6311-som", "fsl,imx6ul";
0013 
0014         memory@80000000 {
0015                 reg = <0x80000000 0x20000000>;
0016                 device_type = "memory";
0017         };
0018 };
0019 
0020 &qspi {
0021         flash@0 {
0022                 #address-cells = <1>;
0023                 #size-cells = <1>;
0024                 compatible = "spi-nand";
0025                 spi-max-frequency = <104000000>;
0026                 spi-tx-bus-width = <4>;
0027                 spi-rx-bus-width = <4>;
0028                 reg = <0>;
0029 
0030                 partition@0 {
0031                         label = "ubi1";
0032                         reg = <0x00000000 0x08000000>;
0033                 };
0034 
0035                 partition@8000000 {
0036                         label = "ubi2";
0037                         reg = <0x08000000 0x18000000>;
0038                 };
0039         };
0040 };