The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/freescale/imx8mn-bsh-smm-s2.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0+
    2 /*
    3  * Copyright 2021 Collabora Ltd.
    4  * Copyright 2021 BSH Hausgeraete GmbH
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "imx8mn-bsh-smm-s2-common.dtsi"
   10 
   11 / {
   12         model = "BSH SMM S2";
   13         compatible = "bsh,imx8mn-bsh-smm-s2", "fsl,imx8mn";
   14 
   15         memory@40000000 {
   16                 device_type = "memory";
   17                 reg = <0x0 0x40000000 0x0 0x10000000>;
   18         };
   19 };
   20 
   21 &gpmi {
   22         pinctrl-names = "default";
   23         pinctrl-0 = <&pinctrl_gpmi_nand>;
   24         nand-on-flash-bbt;
   25         status = "okay";
   26 };
   27 
   28 &iomuxc {
   29         pinctrl_gpmi_nand: gpmi-nand {
   30                 fsl,pins = <
   31                         MX8MN_IOMUXC_NAND_ALE_RAWNAND_ALE               0x00000096
   32                         MX8MN_IOMUXC_NAND_CE0_B_RAWNAND_CE0_B           0x00000096
   33                         MX8MN_IOMUXC_NAND_CLE_RAWNAND_CLE               0x00000096
   34                         MX8MN_IOMUXC_NAND_DATA00_RAWNAND_DATA00         0x00000096
   35                         MX8MN_IOMUXC_NAND_DATA01_RAWNAND_DATA01         0x00000096
   36                         MX8MN_IOMUXC_NAND_DATA02_RAWNAND_DATA02         0x00000096
   37                         MX8MN_IOMUXC_NAND_DATA03_RAWNAND_DATA03         0x00000096
   38                         MX8MN_IOMUXC_NAND_DATA04_RAWNAND_DATA04         0x00000096
   39                         MX8MN_IOMUXC_NAND_DATA05_RAWNAND_DATA05         0x00000096
   40                         MX8MN_IOMUXC_NAND_DATA06_RAWNAND_DATA06         0x00000096
   41                         MX8MN_IOMUXC_NAND_DATA07_RAWNAND_DATA07         0x00000096
   42                         MX8MN_IOMUXC_NAND_RE_B_RAWNAND_RE_B             0x00000096
   43                         MX8MN_IOMUXC_NAND_READY_B_RAWNAND_READY_B       0x00000056
   44                         MX8MN_IOMUXC_NAND_WE_B_RAWNAND_WE_B             0x00000096
   45                         MX8MN_IOMUXC_NAND_WP_B_RAWNAND_WP_B             0x00000096
   46                 >;
   47         };
   48 };

Cache object: 118e0a8f7ea338b8ee2645247a68b4d2


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.