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/bcm2835-rpi-cm1.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
    2 /dts-v1/;
    3 #include "bcm2835.dtsi"
    4 #include "bcm2835-rpi.dtsi"
    5 
    6 / {
    7         leds {
    8                 led-act {
    9                         gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
   10                 };
   11         };
   12 
   13         memory@0 {
   14                 device_type = "memory";
   15                 reg = <0 0x20000000>;
   16         };
   17 
   18         reg_3v3: fixed-regulator {
   19                 compatible = "regulator-fixed";
   20                 regulator-name = "3V3";
   21                 regulator-min-microvolt = <3300000>;
   22                 regulator-max-microvolt = <3300000>;
   23                 regulator-always-on;
   24         };
   25 
   26         reg_1v8: fixed-regulator {
   27                 compatible = "regulator-fixed";
   28                 regulator-name = "1V8";
   29                 regulator-min-microvolt = <1800000>;
   30                 regulator-max-microvolt = <1800000>;
   31                 regulator-always-on;
   32         };
   33 };
   34 
   35 &sdhost {
   36         non-removable;
   37         vmmc-supply = <&reg_3v3>;
   38         vqmmc-supply = <&reg_1v8>;
   39 };

Cache object: bda6fe438818dfe1d5680231b7fac3e3


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