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/mips/mscc/jaguar2_pcb118.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 (c) 2018 Microsemi Corporation
    4  */
    5 
    6 /dts-v1/;
    7 #include "jaguar2_common.dtsi"
    8 
    9 / {
   10         model = "Jaguar2/Aquantia PCB118 Reference Board";
   11         compatible = "mscc,jr2-pcb118", "mscc,jr2";
   12 
   13         aliases {
   14                 i2c150  = &i2c150;
   15                 i2c151  = &i2c151;
   16         };
   17 
   18         i2c0_imux: i2c0-imux {
   19                 compatible = "i2c-mux-pinctrl";
   20                 #address-cells = <1>;
   21                 #size-cells = <0>;
   22                 i2c-parent = <&i2c0>;
   23                 pinctrl-names =
   24                         "i2c150", "i2c151", "idle";
   25                 pinctrl-0 = <&i2cmux_0>;
   26                 pinctrl-1 = <&i2cmux_1>;
   27                 pinctrl-2 = <&i2cmux_pins_i>;
   28                 i2c150: i2c@0 {
   29                         reg = <0>;
   30                         #address-cells = <1>;
   31                         #size-cells = <0>;
   32                 };
   33                 i2c151: i2c@1 {
   34                         reg = <1>;
   35                         #address-cells = <1>;
   36                         #size-cells = <0>;
   37                 };
   38         };
   39 };
   40 
   41 &gpio {
   42         i2cmux_pins_i: i2cmux-pins {
   43                 pins = "GPIO_17", "GPIO_16";
   44                 function = "twi_scl_m";
   45                 output-low;
   46         };
   47         i2cmux_0: i2cmux-0-pins {
   48                 pins = "GPIO_17";
   49                 function = "twi_scl_m";
   50                 output-high;
   51         };
   52         i2cmux_1: i2cmux-1-pins {
   53                 pins = "GPIO_16";
   54                 function = "twi_scl_m";
   55                 output-high;
   56         };
   57 };

Cache object: 4251a36b2dcace8f19444d4df7834d71


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