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/arm/stm32mp15xxab-pinctrl.dtsi

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 BSD-3-Clause)
    2 /*
    3  * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
    4  * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
    5  */
    6 
    7 &pinctrl {
    8         st,package = <STM32MP_PKG_AB>;
    9 
   10         gpioa: gpio@50002000 {
   11                 status = "okay";
   12                 ngpios = <16>;
   13                 gpio-ranges = <&pinctrl 0 0 16>;
   14         };
   15 
   16         gpiob: gpio@50003000 {
   17                 status = "okay";
   18                 ngpios = <16>;
   19                 gpio-ranges = <&pinctrl 0 16 16>;
   20         };
   21 
   22         gpioc: gpio@50004000 {
   23                 status = "okay";
   24                 ngpios = <16>;
   25                 gpio-ranges = <&pinctrl 0 32 16>;
   26         };
   27 
   28         gpiod: gpio@50005000 {
   29                 status = "okay";
   30                 ngpios = <16>;
   31                 gpio-ranges = <&pinctrl 0 48 16>;
   32         };
   33 
   34         gpioe: gpio@50006000 {
   35                 status = "okay";
   36                 ngpios = <16>;
   37                 gpio-ranges = <&pinctrl 0 64 16>;
   38         };
   39 
   40         gpiof: gpio@50007000 {
   41                 status = "okay";
   42                 ngpios = <6>;
   43                 gpio-ranges = <&pinctrl 6 86 6>;
   44         };
   45 
   46         gpiog: gpio@50008000 {
   47                 status = "okay";
   48                 ngpios = <10>;
   49                 gpio-ranges = <&pinctrl 6 102 10>;
   50         };
   51 
   52         gpioh: gpio@50009000 {
   53                 status = "okay";
   54                 ngpios = <2>;
   55                 gpio-ranges = <&pinctrl 0 112 2>;
   56         };
   57 };

Cache object: a5b4465577dafa40052d9c0d7c3348d3


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