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/imx8mm-venice-gw7901.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+ OR MIT)
    2 /*
    3  * Copyright 2020 Gateworks Corporation
    4  */
    5 
    6 /dts-v1/;
    7 
    8 #include <dt-bindings/gpio/gpio.h>
    9 #include <dt-bindings/input/linux-event-codes.h>
   10 #include <dt-bindings/leds/common.h>
   11 #include <dt-bindings/phy/phy-imx8-pcie.h>
   12 
   13 #include "imx8mm.dtsi"
   14 
   15 / {
   16         model = "Gateworks Venice GW7901 i.MX8MM board";
   17         compatible = "gw,imx8mm-gw7901", "fsl,imx8mm";
   18 
   19         aliases {
   20                 ethernet0 = &fec1;
   21                 ethernet1 = &lan1;
   22                 ethernet2 = &lan2;
   23                 ethernet3 = &lan3;
   24                 ethernet4 = &lan4;
   25                 usb0 = &usbotg1;
   26                 usb1 = &usbotg2;
   27         };
   28 
   29         chosen {
   30                 stdout-path = &uart2;
   31         };
   32 
   33         memory@40000000 {
   34                 device_type = "memory";
   35                 reg = <0x0 0x40000000 0 0x80000000>;
   36         };
   37 
   38         gpio-keys {
   39                 compatible = "gpio-keys";
   40 
   41                 key-user-pb {
   42                         label = "user_pb";
   43                         gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
   44                         linux,code = <BTN_0>;
   45                 };
   46 
   47                 key-user-pb1x {
   48                         label = "user_pb1x";
   49                         linux,code = <BTN_1>;
   50                         interrupt-parent = <&gsc>;
   51                         interrupts = <0>;
   52                 };
   53 
   54                 key-erased {
   55                         label = "key_erased";
   56                         linux,code = <BTN_2>;
   57                         interrupt-parent = <&gsc>;
   58                         interrupts = <1>;
   59                 };
   60 
   61                 key-eeprom-wp {
   62                         label = "eeprom_wp";
   63                         linux,code = <BTN_3>;
   64                         interrupt-parent = <&gsc>;
   65                         interrupts = <2>;
   66                 };
   67 
   68                 key-tamper {
   69                         label = "tamper";
   70                         linux,code = <BTN_4>;
   71                         interrupt-parent = <&gsc>;
   72                         interrupts = <5>;
   73                 };
   74 
   75                 switch-hold {
   76                         label = "switch_hold";
   77                         linux,code = <BTN_5>;
   78                         interrupt-parent = <&gsc>;
   79                         interrupts = <7>;
   80                 };
   81         };
   82 
   83         led-controller {
   84                 compatible = "gpio-leds";
   85 
   86                 led-0 {
   87                         function = LED_FUNCTION_STATUS;
   88                         color = <LED_COLOR_ID_RED>;
   89                         label = "led01_red";
   90                         gpios = <&leds_gpio 0 GPIO_ACTIVE_HIGH>;
   91                         default-state = "off";
   92                 };
   93 
   94                 led-1 {
   95                         function = LED_FUNCTION_STATUS;
   96                         color = <LED_COLOR_ID_GREEN>;
   97                         label = "led01_grn";
   98                         gpios = <&leds_gpio 1 GPIO_ACTIVE_HIGH>;
   99                         default-state = "off";
  100                 };
  101 
  102                 led-2 {
  103                         function = LED_FUNCTION_STATUS;
  104                         color = <LED_COLOR_ID_RED>;
  105                         label = "led02_red";
  106                         gpios = <&leds_gpio 2 GPIO_ACTIVE_HIGH>;
  107                         default-state = "off";
  108                 };
  109 
  110                 led-3 {
  111                         function = LED_FUNCTION_STATUS;
  112                         color = <LED_COLOR_ID_GREEN>;
  113                         label = "led02_grn";
  114                         gpios = <&leds_gpio 3 GPIO_ACTIVE_HIGH>;
  115                         default-state = "off";
  116                 };
  117 
  118                 led-4 {
  119                         function = LED_FUNCTION_STATUS;
  120                         color = <LED_COLOR_ID_RED>;
  121                         label = "led03_red";
  122                         gpios = <&leds_gpio 4 GPIO_ACTIVE_HIGH>;
  123                         default-state = "off";
  124                 };
  125 
  126                 led-5 {
  127                         function = LED_FUNCTION_STATUS;
  128                         color = <LED_COLOR_ID_GREEN>;
  129                         label = "led03_grn";
  130                         gpios = <&leds_gpio 5 GPIO_ACTIVE_HIGH>;
  131                         default-state = "off";
  132                 };
  133 
  134                 led-6 {
  135                         function = LED_FUNCTION_STATUS;
  136                         color = <LED_COLOR_ID_RED>;
  137                         label = "led04_red";
  138                         gpios = <&leds_gpio 8 GPIO_ACTIVE_HIGH>;
  139                         default-state = "off";
  140                 };
  141 
  142                 led-7 {
  143                         function = LED_FUNCTION_STATUS;
  144                         color = <LED_COLOR_ID_GREEN>;
  145                         label = "led04_grn";
  146                         gpios = <&leds_gpio 9 GPIO_ACTIVE_HIGH>;
  147                         default-state = "off";
  148                 };
  149 
  150                 led-8 {
  151                         function = LED_FUNCTION_STATUS;
  152                         color = <LED_COLOR_ID_RED>;
  153                         label = "led05_red";
  154                         gpios = <&leds_gpio 10 GPIO_ACTIVE_HIGH>;
  155                         default-state = "off";
  156                 };
  157 
  158                 led-9 {
  159                         function = LED_FUNCTION_STATUS;
  160                         color = <LED_COLOR_ID_GREEN>;
  161                         label = "led05_grn";
  162                         gpios = <&leds_gpio 11 GPIO_ACTIVE_HIGH>;
  163                         default-state = "off";
  164                 };
  165 
  166                 led-a {
  167                         function = LED_FUNCTION_STATUS;
  168                         color = <LED_COLOR_ID_RED>;
  169                         label = "led06_red";
  170                         gpios = <&leds_gpio 12 GPIO_ACTIVE_HIGH>;
  171                         default-state = "off";
  172                 };
  173 
  174                 led-b {
  175                         function = LED_FUNCTION_STATUS;
  176                         color = <LED_COLOR_ID_GREEN>;
  177                         label = "led06_grn";
  178                         gpios = <&leds_gpio 13 GPIO_ACTIVE_HIGH>;
  179                         default-state = "off";
  180                 };
  181         };
  182 
  183         pcie0_refclk: pcie0-refclk {
  184                 compatible = "fixed-clock";
  185                 #clock-cells = <0>;
  186                 clock-frequency = <100000000>;
  187         };
  188 
  189         reg_3p3v: regulator-3p3v {
  190                 compatible = "regulator-fixed";
  191                 regulator-name = "3P3V";
  192                 regulator-min-microvolt = <3300000>;
  193                 regulator-max-microvolt = <3300000>;
  194         };
  195 
  196         regulator-ioexp {
  197                 pinctrl-names = "default";
  198                 pinctrl-0 = <&pinctrl_reg_ioexp>;
  199                 compatible = "regulator-fixed";
  200                 regulator-name = "ioexp";
  201                 gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
  202                 enable-active-high;
  203                 startup-delay-us = <100>;
  204                 regulator-min-microvolt = <3300000>;
  205                 regulator-max-microvolt = <3300000>;
  206                 regulator-always-on;
  207         };
  208 
  209         regulator-isouart {
  210                 pinctrl-names = "default";
  211                 pinctrl-0 = <&pinctrl_reg_isouart>;
  212                 compatible = "regulator-fixed";
  213                 regulator-name = "iso_uart";
  214                 gpio = <&gpio1 13 GPIO_ACTIVE_LOW>;
  215                 startup-delay-us = <100>;
  216                 regulator-min-microvolt = <3300000>;
  217                 regulator-max-microvolt = <3300000>;
  218                 regulator-always-on;
  219         };
  220 
  221         reg_usb2_vbus: regulator-usb2 {
  222                 pinctrl-names = "default";
  223                 pinctrl-0 = <&pinctrl_reg_usb2>;
  224                 compatible = "regulator-fixed";
  225                 regulator-name = "usb_usb2_vbus";
  226                 gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
  227                 enable-active-high;
  228                 regulator-min-microvolt = <5000000>;
  229                 regulator-max-microvolt = <5000000>;
  230         };
  231 
  232         reg_wifi: regulator-wifi {
  233                 pinctrl-names = "default";
  234                 pinctrl-0 = <&pinctrl_reg_wl>;
  235                 compatible = "regulator-fixed";
  236                 regulator-name = "wifi";
  237                 gpio = <&gpio3 25 GPIO_ACTIVE_HIGH>;
  238                 enable-active-high;
  239                 startup-delay-us = <100>;
  240                 regulator-min-microvolt = <3300000>;
  241                 regulator-max-microvolt = <3300000>;
  242         };
  243 };
  244 
  245 &ddrc {
  246         operating-points-v2 = <&ddrc_opp_table>;
  247 
  248         ddrc_opp_table: opp-table {
  249                 compatible = "operating-points-v2";
  250 
  251                 opp-25M {
  252                         opp-hz = /bits/ 64 <25000000>;
  253                 };
  254 
  255                 opp-100M {
  256                         opp-hz = /bits/ 64 <100000000>;
  257                 };
  258 
  259                 opp-750M {
  260                         opp-hz = /bits/ 64 <750000000>;
  261                 };
  262         };
  263 };
  264 
  265 &disp_blk_ctrl {
  266         status = "disabled";
  267 };
  268 
  269 &ecspi1 {
  270         pinctrl-names = "default";
  271         pinctrl-0 = <&pinctrl_spi1>;
  272         cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
  273         status = "okay";
  274 
  275         flash@0 {
  276                 compatible = "jedec,spi-nor";
  277                 reg = <0>;
  278                 spi-max-frequency = <40000000>;
  279                 status = "okay";
  280         };
  281 };
  282 
  283 &fec1 {
  284         pinctrl-names = "default";
  285         pinctrl-0 = <&pinctrl_fec1>;
  286         phy-mode = "rgmii-id";
  287         local-mac-address = [00 00 00 00 00 00];
  288         status = "okay";
  289 
  290         fixed-link {
  291                 speed = <1000>;
  292                 full-duplex;
  293         };
  294 };
  295 
  296 &gpio1 {
  297         gpio-line-names = "uart1_rs422#", "", "", "uart1_rs485#",
  298                 "", "uart1_rs232#", "dig1_in", "dig1_out",
  299                 "", "", "", "", "", "", "", "",
  300                 "", "", "", "", "", "", "", "",
  301                 "", "", "", "", "", "", "", "";
  302 };
  303 
  304 &gpio4 {
  305         gpio-line-names = "", "", "", "",
  306                 "", "", "uart3_rs232#", "uart3_rs422#",
  307                 "uart3_rs485#", "", "", "", "", "", "", "",
  308                 "", "", "", "", "", "", "", "",
  309                 "", "", "", "uart4_rs485#", "", "sim1det#", "sim2det#", "";
  310 };
  311 
  312 &gpio5 {
  313         gpio-line-names = "", "", "", "dig2_out", "dig2_in", "sim2sel", "", "",
  314                 "", "", "uart4_rs232#", "", "", "uart4_rs422#", "", "",
  315                 "", "", "", "", "", "", "", "",
  316                 "", "", "", "", "", "", "", "";
  317 };
  318 
  319 &gpu_2d {
  320         status = "disabled";
  321 };
  322 
  323 &gpu_3d {
  324         status = "disabled";
  325 };
  326 
  327 &i2c1 {
  328         clock-frequency = <100000>;
  329         pinctrl-names = "default";
  330         pinctrl-0 = <&pinctrl_i2c1>;
  331         status = "okay";
  332 
  333         gsc: gsc@20 {
  334                 compatible = "gw,gsc";
  335                 reg = <0x20>;
  336                 pinctrl-0 = <&pinctrl_gsc>;
  337                 interrupt-parent = <&gpio4>;
  338                 interrupts = <16 IRQ_TYPE_EDGE_FALLING>;
  339                 interrupt-controller;
  340                 #interrupt-cells = <1>;
  341 
  342                 adc {
  343                         compatible = "gw,gsc-adc";
  344                         #address-cells = <1>;
  345                         #size-cells = <0>;
  346 
  347                         channel@6 {
  348                                 gw,mode = <0>;
  349                                 reg = <0x06>;
  350                                 label = "temp";
  351                         };
  352 
  353                         channel@8 {
  354                                 gw,mode = <1>;
  355                                 reg = <0x08>;
  356                                 label = "vdd_bat";
  357                         };
  358 
  359                         channel@82 {
  360                                 gw,mode = <2>;
  361                                 reg = <0x82>;
  362                                 label = "vin_aux1";
  363                                 gw,voltage-divider-ohms = <22100 1000>;
  364                         };
  365 
  366                         channel@84 {
  367                                 gw,mode = <2>;
  368                                 reg = <0x84>;
  369                                 label = "vin_aux2";
  370                                 gw,voltage-divider-ohms = <22100 1000>;
  371                         };
  372 
  373                         channel@86 {
  374                                 gw,mode = <2>;
  375                                 reg = <0x86>;
  376                                 label = "vdd_vin";
  377                                 gw,voltage-divider-ohms = <22100 1000>;
  378                         };
  379 
  380                         channel@88 {
  381                                 gw,mode = <2>;
  382                                 reg = <0x88>;
  383                                 label = "vdd_3p3";
  384                                 gw,voltage-divider-ohms = <10000 10000>;
  385                         };
  386 
  387                         channel@8c {
  388                                 gw,mode = <2>;
  389                                 reg = <0x8c>;
  390                                 label = "vdd_2p5";
  391                                 gw,voltage-divider-ohms = <10000 10000>;
  392                         };
  393 
  394                         channel@8e {
  395                                 gw,mode = <2>;
  396                                 reg = <0x8e>;
  397                                 label = "vdd_0p95";
  398                         };
  399 
  400                         channel@90 {
  401                                 gw,mode = <2>;
  402                                 reg = <0x90>;
  403                                 label = "vdd_soc";
  404                         };
  405 
  406                         channel@92 {
  407                                 gw,mode = <2>;
  408                                 reg = <0x92>;
  409                                 label = "vdd_arm";
  410                         };
  411 
  412                         channel@98 {
  413                                 gw,mode = <2>;
  414                                 reg = <0x98>;
  415                                 label = "vdd_1p8";
  416                         };
  417 
  418                         channel@9a {
  419                                 gw,mode = <2>;
  420                                 reg = <0x9a>;
  421                                 label = "vdd_1p2";
  422                         };
  423 
  424                         channel@9c {
  425                                 gw,mode = <2>;
  426                                 reg = <0x9c>;
  427                                 label = "vdd_dram";
  428                         };
  429 
  430                         channel@a2 {
  431                                 gw,mode = <2>;
  432                                 reg = <0xa2>;
  433                                 label = "vdd_gsc";
  434                                 gw,voltage-divider-ohms = <10000 10000>;
  435                         };
  436                 };
  437         };
  438 
  439         gpio: gpio@23 {
  440                 compatible = "nxp,pca9555";
  441                 reg = <0x23>;
  442                 gpio-controller;
  443                 #gpio-cells = <2>;
  444                 interrupt-parent = <&gsc>;
  445                 interrupts = <4>;
  446         };
  447 
  448         eeprom@50 {
  449                 compatible = "atmel,24c02";
  450                 reg = <0x50>;
  451                 pagesize = <16>;
  452         };
  453 
  454         eeprom@51 {
  455                 compatible = "atmel,24c02";
  456                 reg = <0x51>;
  457                 pagesize = <16>;
  458         };
  459 
  460         eeprom@52 {
  461                 compatible = "atmel,24c02";
  462                 reg = <0x52>;
  463                 pagesize = <16>;
  464         };
  465 
  466         eeprom@53 {
  467                 compatible = "atmel,24c02";
  468                 reg = <0x53>;
  469                 pagesize = <16>;
  470         };
  471 
  472         rtc@68 {
  473                 compatible = "dallas,ds1672";
  474                 reg = <0x68>;
  475         };
  476 };
  477 
  478 &i2c2 {
  479         clock-frequency = <400000>;
  480         pinctrl-names = "default";
  481         pinctrl-0 = <&pinctrl_i2c2>;
  482         status = "okay";
  483 
  484         pmic@4b {
  485                 compatible = "rohm,bd71847";
  486                 reg = <0x4b>;
  487                 pinctrl-names = "default";
  488                 pinctrl-0 = <&pinctrl_pmic>;
  489                 interrupt-parent = <&gpio3>;
  490                 interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
  491                 rohm,reset-snvs-powered;
  492                 #clock-cells = <0>;
  493                 clocks = <&osc_32k 0>;
  494                 clock-output-names = "clk-32k-out";
  495 
  496                 regulators {
  497                         /* vdd_soc: 0.805-0.900V (typ=0.8V) */
  498                         BUCK1 {
  499                                 regulator-name = "buck1";
  500                                 regulator-min-microvolt = <700000>;
  501                                 regulator-max-microvolt = <1300000>;
  502                                 regulator-boot-on;
  503                                 regulator-always-on;
  504                                 regulator-ramp-delay = <1250>;
  505                         };
  506 
  507                         /* vdd_arm: 0.805-1.0V (typ=0.9V) */
  508                         BUCK2 {
  509                                 regulator-name = "buck2";
  510                                 regulator-min-microvolt = <700000>;
  511                                 regulator-max-microvolt = <1300000>;
  512                                 regulator-boot-on;
  513                                 regulator-always-on;
  514                                 regulator-ramp-delay = <1250>;
  515                                 rohm,dvs-run-voltage = <1000000>;
  516                                 rohm,dvs-idle-voltage = <900000>;
  517                         };
  518 
  519                         /* vdd_0p9: 0.805-1.0V (typ=0.9V) */
  520                         BUCK3 {
  521                                 regulator-name = "buck3";
  522                                 regulator-min-microvolt = <700000>;
  523                                 regulator-max-microvolt = <1350000>;
  524                                 regulator-boot-on;
  525                                 regulator-always-on;
  526                         };
  527 
  528                         /* vdd_3p3 */
  529                         BUCK4 {
  530                                 regulator-name = "buck4";
  531                                 regulator-min-microvolt = <3000000>;
  532                                 regulator-max-microvolt = <3300000>;
  533                                 regulator-boot-on;
  534                                 regulator-always-on;
  535                         };
  536 
  537                         /* vdd_1p8 */
  538                         BUCK5 {
  539                                 regulator-name = "buck5";
  540                                 regulator-min-microvolt = <1605000>;
  541                                 regulator-max-microvolt = <1995000>;
  542                                 regulator-boot-on;
  543                                 regulator-always-on;
  544                         };
  545 
  546                         /* vdd_dram */
  547                         BUCK6 {
  548                                 regulator-name = "buck6";
  549                                 regulator-min-microvolt = <800000>;
  550                                 regulator-max-microvolt = <1400000>;
  551                                 regulator-boot-on;
  552                                 regulator-always-on;
  553                         };
  554 
  555                         /* nvcc_snvs_1p8 */
  556                         LDO1 {
  557                                 regulator-name = "ldo1";
  558                                 regulator-min-microvolt = <1600000>;
  559                                 regulator-max-microvolt = <1900000>;
  560                                 regulator-boot-on;
  561                                 regulator-always-on;
  562                         };
  563 
  564                         /* vdd_snvs_0p8 */
  565                         LDO2 {
  566                                 regulator-name = "ldo2";
  567                                 regulator-min-microvolt = <800000>;
  568                                 regulator-max-microvolt = <900000>;
  569                                 regulator-boot-on;
  570                                 regulator-always-on;
  571                         };
  572 
  573                         /* vdda_1p8 */
  574                         LDO3 {
  575                                 regulator-name = "ldo3";
  576                                 regulator-min-microvolt = <1800000>;
  577                                 regulator-max-microvolt = <3300000>;
  578                                 regulator-boot-on;
  579                                 regulator-always-on;
  580                         };
  581 
  582                         LDO4 {
  583                                 regulator-name = "ldo4";
  584                                 regulator-min-microvolt = <900000>;
  585                                 regulator-max-microvolt = <1800000>;
  586                                 regulator-boot-on;
  587                                 regulator-always-on;
  588                         };
  589 
  590                         LDO6 {
  591                                 regulator-name = "ldo6";
  592                                 regulator-min-microvolt = <900000>;
  593                                 regulator-max-microvolt = <1800000>;
  594                                 regulator-boot-on;
  595                                 regulator-always-on;
  596                         };
  597                 };
  598         };
  599 };
  600 
  601 &i2c3 {
  602         clock-frequency = <400000>;
  603         pinctrl-names = "default";
  604         pinctrl-0 = <&pinctrl_i2c3>;
  605         status = "okay";
  606 
  607         leds_gpio: gpio@20 {
  608                 compatible = "nxp,pca9555";
  609                 reg = <0x20>;
  610                 gpio-controller;
  611                 #gpio-cells = <2>;
  612         };
  613 
  614         switch: switch@5f {
  615                 compatible = "microchip,ksz9897";
  616                 reg = <0x5f>;
  617                 pinctrl-0 = <&pinctrl_ksz>;
  618                 interrupt-parent = <&gpio4>;
  619                 interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
  620                 phy-mode = "rgmii-id";
  621 
  622                 ports {
  623                         #address-cells = <1>;
  624                         #size-cells = <0>;
  625 
  626                         lan1: port@0 {
  627                                 reg = <0>;
  628                                 label = "lan1";
  629                                 phy-mode = "internal";
  630                                 local-mac-address = [00 00 00 00 00 00];
  631                         };
  632 
  633                         lan2: port@1 {
  634                                 reg = <1>;
  635                                 label = "lan2";
  636                                 phy-mode = "internal";
  637                                 local-mac-address = [00 00 00 00 00 00];
  638                         };
  639 
  640                         lan3: port@2 {
  641                                 reg = <2>;
  642                                 label = "lan3";
  643                                 phy-mode = "internal";
  644                                 local-mac-address = [00 00 00 00 00 00];
  645                         };
  646 
  647                         lan4: port@3 {
  648                                 reg = <3>;
  649                                 label = "lan4";
  650                                 phy-mode = "internal";
  651                                 local-mac-address = [00 00 00 00 00 00];
  652                         };
  653 
  654                         port@5 {
  655                                 reg = <5>;
  656                                 label = "cpu";
  657                                 ethernet = <&fec1>;
  658                                 phy-mode = "rgmii-id";
  659 
  660                                 fixed-link {
  661                                         speed = <1000>;
  662                                         full-duplex;
  663                                 };
  664                         };
  665                 };
  666         };
  667 
  668         crypto@60 {
  669                 compatible = "atmel,atecc508a";
  670                 reg = <0x60>;
  671         };
  672 };
  673 
  674 &i2c4 {
  675         clock-frequency = <400000>;
  676         pinctrl-names = "default";
  677         pinctrl-0 = <&pinctrl_i2c4>;
  678         status = "okay";
  679 };
  680 
  681 &pcie_phy {
  682         fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
  683         fsl,clkreq-unsupported;
  684         clocks = <&pcie0_refclk>;
  685         clock-names = "ref";
  686         status = "okay";
  687 };
  688 
  689 &pcie0 {
  690         pinctrl-names = "default";
  691         pinctrl-0 = <&pinctrl_pcie0>;
  692         reset-gpio = <&gpio5 2 GPIO_ACTIVE_LOW>;
  693         clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, <&clk IMX8MM_CLK_PCIE1_AUX>,
  694                  <&pcie0_refclk>;
  695         clock-names = "pcie", "pcie_aux", "pcie_bus";
  696         assigned-clocks = <&clk IMX8MM_CLK_PCIE1_AUX>,
  697                           <&clk IMX8MM_CLK_PCIE1_CTRL>;
  698         assigned-clock-rates = <10000000>, <250000000>;
  699         assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_50M>,
  700                                  <&clk IMX8MM_SYS_PLL2_250M>;
  701         status = "okay";
  702 };
  703 
  704 &pgc_gpu {
  705         status = "disabled";
  706 };
  707 
  708 &pgc_gpumix {
  709         status = "disabled";
  710 };
  711 
  712 &pgc_mipi {
  713         status = "disabled";
  714 };
  715 
  716 &uart1 {
  717         pinctrl-names = "default";
  718         pinctrl-0 = <&pinctrl_uart1>, <&pinctrl_uart1_gpio>;
  719         rts-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
  720         cts-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
  721         dtr-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
  722         dsr-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
  723         dcd-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
  724         uart-has-rtscts;
  725         status = "okay";
  726 };
  727 
  728 /* console */
  729 &uart2 {
  730         pinctrl-names = "default";
  731         pinctrl-0 = <&pinctrl_uart2>;
  732         status = "okay";
  733 };
  734 
  735 &uart3 {
  736         pinctrl-names = "default";
  737         pinctrl-0 = <&pinctrl_uart3>, <&pinctrl_uart3_gpio>;
  738         cts-gpios = <&gpio4 10 GPIO_ACTIVE_LOW>;
  739         rts-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
  740         uart-has-rtscts;
  741         status = "okay";
  742 };
  743 
  744 &uart4 {
  745         pinctrl-names = "default";
  746         pinctrl-0 = <&pinctrl_uart4>, <&pinctrl_uart4_gpio>;
  747         cts-gpios = <&gpio5 11 GPIO_ACTIVE_LOW>;
  748         rts-gpios = <&gpio5 12 GPIO_ACTIVE_LOW>;
  749         uart-has-rtscts;
  750         status = "okay";
  751 };
  752 
  753 &usbotg1 {
  754         dr_mode = "host";
  755         disable-over-current;
  756         status = "okay";
  757 };
  758 
  759 &usbotg2 {
  760         dr_mode = "host";
  761         vbus-supply = <&reg_usb2_vbus>;
  762         status = "okay";
  763 };
  764 
  765 /* SDIO WiFi */
  766 &usdhc1 {
  767         pinctrl-names = "default";
  768         pinctrl-0 = <&pinctrl_usdhc1>;
  769         bus-width = <4>;
  770         non-removable;
  771         vmmc-supply = <&reg_wifi>;
  772         status = "okay";
  773 };
  774 
  775 /* microSD */
  776 &usdhc2 {
  777         pinctrl-names = "default", "state_100mhz", "state_200mhz";
  778         pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
  779         pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
  780         pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
  781         cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
  782         bus-width = <4>;
  783         vmmc-supply = <&reg_3p3v>;
  784         status = "okay";
  785 };
  786 
  787 /* eMMC */
  788 &usdhc3 {
  789         pinctrl-names = "default", "state_100mhz", "state_200mhz";
  790         pinctrl-0 = <&pinctrl_usdhc3>;
  791         pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
  792         pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
  793         bus-width = <8>;
  794         non-removable;
  795         status = "okay";
  796 };
  797 
  798 &wdog1 {
  799         pinctrl-names = "default";
  800         pinctrl-0 = <&pinctrl_wdog>;
  801         fsl,ext-reset-output;
  802         status = "okay";
  803 };
  804 
  805 &iomuxc {
  806         pinctrl-names = "default";
  807         pinctrl-0 = <&pinctrl_hog>;
  808 
  809         pinctrl_hog: hoggrp {
  810                 fsl,pins = <
  811                         MX8MM_IOMUXC_SPDIF_TX_GPIO5_IO3         0x40000041 /* DIG2_OUT */
  812                         MX8MM_IOMUXC_SPDIF_RX_GPIO5_IO4         0x40000041 /* DIG2_IN */
  813                         MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6       0x40000041 /* DIG1_IN */
  814                         MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7       0x40000041 /* DIG1_OUT */
  815                         MX8MM_IOMUXC_SAI3_RXD_GPIO4_IO30        0x40000041 /* SIM2DET# */
  816                         MX8MM_IOMUXC_SAI3_RXC_GPIO4_IO29        0x40000041 /* SIM1DET# */
  817                         MX8MM_IOMUXC_SPDIF_EXT_CLK_GPIO5_IO5    0x40000041 /* SIM2SEL */
  818                 >;
  819         };
  820 
  821         pinctrl_fec1: fec1grp {
  822                 fsl,pins = <
  823                         MX8MM_IOMUXC_ENET_MDC_ENET1_MDC                 0x3
  824                         MX8MM_IOMUXC_ENET_MDIO_ENET1_MDIO               0x3
  825                         MX8MM_IOMUXC_ENET_TD3_ENET1_RGMII_TD3           0x1f
  826                         MX8MM_IOMUXC_ENET_TD2_ENET1_RGMII_TD2           0x1f
  827                         MX8MM_IOMUXC_ENET_TD1_ENET1_RGMII_TD1           0x1f
  828                         MX8MM_IOMUXC_ENET_TD0_ENET1_RGMII_TD0           0x1f
  829                         MX8MM_IOMUXC_ENET_RD3_ENET1_RGMII_RD3           0x91
  830                         MX8MM_IOMUXC_ENET_RD2_ENET1_RGMII_RD2           0x91
  831                         MX8MM_IOMUXC_ENET_RD1_ENET1_RGMII_RD1           0x91
  832                         MX8MM_IOMUXC_ENET_RD0_ENET1_RGMII_RD0           0x91
  833                         MX8MM_IOMUXC_ENET_TXC_ENET1_RGMII_TXC           0x1f
  834                         MX8MM_IOMUXC_ENET_RXC_ENET1_RGMII_RXC           0x91
  835                         MX8MM_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL     0x91
  836                         MX8MM_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL     0x1f
  837                         MX8MM_IOMUXC_SAI1_TXD6_GPIO4_IO18               0x19 /* IRQ# */
  838                         MX8MM_IOMUXC_SAI1_TXD7_GPIO4_IO19               0x19 /* RST# */
  839                 >;
  840         };
  841 
  842         pinctrl_gsc: gscgrp {
  843                 fsl,pins = <
  844                         MX8MM_IOMUXC_SAI1_TXD4_GPIO4_IO16       0x159
  845                 >;
  846         };
  847 
  848         pinctrl_i2c1: i2c1grp {
  849                 fsl,pins = <
  850                         MX8MM_IOMUXC_I2C1_SCL_I2C1_SCL          0x400001c3
  851                         MX8MM_IOMUXC_I2C1_SDA_I2C1_SDA          0x400001c3
  852                 >;
  853         };
  854 
  855         pinctrl_i2c2: i2c2grp {
  856                 fsl,pins = <
  857                         MX8MM_IOMUXC_I2C2_SCL_I2C2_SCL          0x400001c3
  858                         MX8MM_IOMUXC_I2C2_SDA_I2C2_SDA          0x400001c3
  859                 >;
  860         };
  861 
  862         pinctrl_i2c3: i2c3grp {
  863                 fsl,pins = <
  864                         MX8MM_IOMUXC_I2C3_SCL_I2C3_SCL          0x400001c3
  865                         MX8MM_IOMUXC_I2C3_SDA_I2C3_SDA          0x400001c3
  866                 >;
  867         };
  868 
  869         pinctrl_i2c4: i2c4grp {
  870                 fsl,pins = <
  871                         MX8MM_IOMUXC_I2C4_SCL_I2C4_SCL          0x400001c3
  872                         MX8MM_IOMUXC_I2C4_SDA_I2C4_SDA          0x400001c3
  873                 >;
  874         };
  875 
  876         pinctrl_ksz: kszgrp {
  877                 fsl,pins = <
  878                         MX8MM_IOMUXC_SAI1_TXD6_GPIO4_IO18       0x41
  879                         MX8MM_IOMUXC_SAI1_TXD7_GPIO4_IO19       0x41 /* RST# */
  880                 >;
  881         };
  882 
  883         pinctrl_pcie0: pciegrp {
  884                 fsl,pins = <
  885                         MX8MM_IOMUXC_SAI3_TXFS_GPIO4_IO31       0x40000041 /* WDIS# */
  886                         MX8MM_IOMUXC_SAI3_MCLK_GPIO5_IO2        0x41
  887                 >;
  888         };
  889 
  890         pinctrl_pmic: pmicgrp {
  891                 fsl,pins = <
  892                         MX8MM_IOMUXC_SAI5_RXC_GPIO3_IO20        0x41
  893                 >;
  894         };
  895 
  896         pinctrl_reg_isouart: regisouartgrp {
  897                 fsl,pins = <
  898                         MX8MM_IOMUXC_GPIO1_IO13_GPIO1_IO13      0x40000041
  899                 >;
  900         };
  901 
  902         pinctrl_reg_ioexp: regioexpgrp {
  903                 fsl,pins = <
  904                         MX8MM_IOMUXC_SAI2_RXFS_GPIO4_IO21       0x40000041
  905                 >;
  906         };
  907 
  908         pinctrl_reg_wl: regwlgrp {
  909                 fsl,pins = <
  910                         MX8MM_IOMUXC_SAI5_MCLK_GPIO3_IO25       0x40000041
  911                 >;
  912         };
  913 
  914         pinctrl_reg_usb2: regusb1grp {
  915                 fsl,pins = <
  916                         MX8MM_IOMUXC_SAI1_RXD0_GPIO4_IO2        0x41
  917                         MX8MM_IOMUXC_SAI1_TXD5_GPIO4_IO17       0x140
  918                         MX8MM_IOMUXC_GPIO1_IO15_USB2_OTG_OC     0x140
  919                 >;
  920         };
  921 
  922         pinctrl_spi1: spi1grp {
  923                 fsl,pins = <
  924                         MX8MM_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK    0x82
  925                         MX8MM_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI    0x82
  926                         MX8MM_IOMUXC_ECSPI1_MISO_ECSPI1_MISO    0x82
  927                         MX8MM_IOMUXC_ECSPI1_SS0_GPIO5_IO9       0x140
  928                 >;
  929         };
  930 
  931         pinctrl_uart1: uart1grp {
  932                 fsl,pins = <
  933                         MX8MM_IOMUXC_UART1_RXD_UART1_DCE_RX     0x140
  934                         MX8MM_IOMUXC_UART1_TXD_UART1_DCE_TX     0x140
  935                         MX8MM_IOMUXC_GPIO1_IO01_GPIO1_IO1       0x140
  936                         MX8MM_IOMUXC_GPIO1_IO10_GPIO1_IO10      0x140
  937                         MX8MM_IOMUXC_GPIO1_IO11_GPIO1_IO11      0x140
  938                         MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12      0x140
  939                         MX8MM_IOMUXC_GPIO1_IO14_GPIO1_IO14      0x140
  940                 >;
  941         };
  942 
  943         pinctrl_uart1_gpio: uart1gpiogrp {
  944                 fsl,pins = <
  945                         MX8MM_IOMUXC_GPIO1_IO00_GPIO1_IO0       0x40000041 /* RS422# */
  946                         MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3       0x40000041 /* RS485# */
  947                         MX8MM_IOMUXC_GPIO1_IO05_GPIO1_IO5       0x40000041 /* RS232# */
  948                 >;
  949         };
  950 
  951         pinctrl_uart2: uart2grp {
  952                 fsl,pins = <
  953                         MX8MM_IOMUXC_UART2_RXD_UART2_DCE_RX     0x140
  954                         MX8MM_IOMUXC_UART2_TXD_UART2_DCE_TX     0x140
  955                 >;
  956         };
  957 
  958         pinctrl_uart3: uart3grp {
  959                 fsl,pins = <
  960                         MX8MM_IOMUXC_UART3_RXD_UART3_DCE_RX     0x140
  961                         MX8MM_IOMUXC_UART3_TXD_UART3_DCE_TX     0x140
  962                         MX8MM_IOMUXC_SAI1_RXD7_GPIO4_IO9        0x140
  963                         MX8MM_IOMUXC_SAI1_TXFS_GPIO4_IO10       0x140
  964                 >;
  965         };
  966 
  967         pinctrl_uart3_gpio: uart3gpiogrp {
  968                 fsl,pins = <
  969                         MX8MM_IOMUXC_SAI1_RXD4_GPIO4_IO6        0x40000110 /* RS232# */
  970                         MX8MM_IOMUXC_SAI1_RXD5_GPIO4_IO7        0x40000110 /* RS422# */
  971                         MX8MM_IOMUXC_SAI1_RXD6_GPIO4_IO8        0x40000110 /* RS485# */
  972                 >;
  973         };
  974 
  975         pinctrl_uart4: uart4grp {
  976                 fsl,pins = <
  977                         MX8MM_IOMUXC_UART4_RXD_UART4_DCE_RX     0x140
  978                         MX8MM_IOMUXC_UART4_TXD_UART4_DCE_TX     0x140
  979                         MX8MM_IOMUXC_ECSPI2_MOSI_GPIO5_IO11     0x140
  980                         MX8MM_IOMUXC_ECSPI2_MISO_GPIO5_IO12     0x140
  981                 >;
  982         };
  983 
  984         pinctrl_uart4_gpio: uart4gpiogrp {
  985                 fsl,pins = <
  986 
  987                         MX8MM_IOMUXC_ECSPI2_SCLK_GPIO5_IO10     0x40000041 /* RS232# */
  988                         MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13      0x40000041 /* RS422# */
  989                         MX8MM_IOMUXC_SAI2_MCLK_GPIO4_IO27       0x40000041 /* RS485# */
  990                 >;
  991         };
  992 
  993         pinctrl_usdhc1: usdhc1grp {
  994                 fsl,pins = <
  995                         MX8MM_IOMUXC_SD1_CLK_USDHC1_CLK         0x190
  996                         MX8MM_IOMUXC_SD1_CMD_USDHC1_CMD         0x1d0
  997                         MX8MM_IOMUXC_SD1_DATA0_USDHC1_DATA0     0x1d0
  998                         MX8MM_IOMUXC_SD1_DATA1_USDHC1_DATA1     0x1d0
  999                         MX8MM_IOMUXC_SD1_DATA2_USDHC1_DATA2     0x1d0
 1000                         MX8MM_IOMUXC_SD1_DATA3_USDHC1_DATA3     0x1d0
 1001                 >;
 1002         };
 1003 
 1004         pinctrl_usdhc2: usdhc2grp {
 1005                 fsl,pins = <
 1006                         MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK         0x190
 1007                         MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d0
 1008                         MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d0
 1009                         MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d0
 1010                         MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d0
 1011                         MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d0
 1012                 >;
 1013         };
 1014 
 1015         pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp {
 1016                 fsl,pins = <
 1017                         MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK         0x194
 1018                         MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d4
 1019                         MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d4
 1020                         MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d4
 1021                         MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d4
 1022                         MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d4
 1023                 >;
 1024         };
 1025 
 1026         pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp {
 1027                 fsl,pins = <
 1028                         MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK         0x196
 1029                         MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD         0x1d6
 1030                         MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0     0x1d6
 1031                         MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1     0x1d6
 1032                         MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2     0x1d6
 1033                         MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3     0x1d6
 1034                 >;
 1035         };
 1036 
 1037         pinctrl_usdhc2_gpio: usdhc2-gpiogrp {
 1038                 fsl,pins = <
 1039                         MX8MM_IOMUXC_SD2_CD_B_GPIO2_IO12        0x1c4
 1040                         MX8MM_IOMUXC_GPIO1_IO04_USDHC2_VSELECT  0x1d0
 1041                 >;
 1042         };
 1043 
 1044         pinctrl_usdhc3: usdhc3grp {
 1045                 fsl,pins = <
 1046                         MX8MM_IOMUXC_NAND_WE_B_USDHC3_CLK       0x190
 1047                         MX8MM_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d0
 1048                         MX8MM_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d0
 1049                         MX8MM_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d0
 1050                         MX8MM_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d0
 1051                         MX8MM_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d0
 1052                         MX8MM_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d0
 1053                         MX8MM_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d0
 1054                         MX8MM_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d0
 1055                         MX8MM_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d0
 1056                         MX8MM_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x190
 1057                 >;
 1058         };
 1059 
 1060         pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp {
 1061                 fsl,pins = <
 1062                         MX8MM_IOMUXC_NAND_WE_B_USDHC3_CLK       0x194
 1063                         MX8MM_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d4
 1064                         MX8MM_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d4
 1065                         MX8MM_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d4
 1066                         MX8MM_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d4
 1067                         MX8MM_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d4
 1068                         MX8MM_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d4
 1069                         MX8MM_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d4
 1070                         MX8MM_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d4
 1071                         MX8MM_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d4
 1072                         MX8MM_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x194
 1073                 >;
 1074         };
 1075 
 1076         pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp {
 1077                 fsl,pins = <
 1078                         MX8MM_IOMUXC_NAND_WE_B_USDHC3_CLK       0x196
 1079                         MX8MM_IOMUXC_NAND_WP_B_USDHC3_CMD       0x1d6
 1080                         MX8MM_IOMUXC_NAND_DATA04_USDHC3_DATA0   0x1d6
 1081                         MX8MM_IOMUXC_NAND_DATA05_USDHC3_DATA1   0x1d6
 1082                         MX8MM_IOMUXC_NAND_DATA06_USDHC3_DATA2   0x1d6
 1083                         MX8MM_IOMUXC_NAND_DATA07_USDHC3_DATA3   0x1d6
 1084                         MX8MM_IOMUXC_NAND_RE_B_USDHC3_DATA4     0x1d6
 1085                         MX8MM_IOMUXC_NAND_CE2_B_USDHC3_DATA5    0x1d6
 1086                         MX8MM_IOMUXC_NAND_CE3_B_USDHC3_DATA6    0x1d6
 1087                         MX8MM_IOMUXC_NAND_CLE_USDHC3_DATA7      0x1d6
 1088                         MX8MM_IOMUXC_NAND_CE1_B_USDHC3_STROBE   0x196
 1089                 >;
 1090         };
 1091 
 1092         pinctrl_wdog: wdoggrp {
 1093                 fsl,pins = <
 1094                         MX8MM_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B    0xc6
 1095                 >;
 1096         };
 1097 };

Cache object: d22f49adbee98b2add83d0934a8e9a2e


[ 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.