~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/broadcom/bcm2835-rpi-cm1-io1.dts

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0
  2 /dts-v1/;
  3 #include "bcm2835-rpi-cm1.dtsi"
  4 #include "bcm283x-rpi-usb-host.dtsi"
  5 
  6 / {
  7         compatible = "raspberrypi,compute-module", "brcm,bcm2835";
  8         model = "Raspberry Pi Compute Module IO board rev1";
  9 };
 10 
 11 &gpio {
 12         /*
 13          * This is based on the official GPU firmware DT blob.
 14          *
 15          * Legend:
 16          * "FOO" = GPIO line named "FOO" on the schematic
 17          * "FOO_N" = GPIO line named "FOO" on schematic, active low
 18          */
 19         gpio-line-names = "GPIO0",
 20                           "GPIO1",
 21                           "GPIO2",
 22                           "GPIO3",
 23                           "GPIO4",
 24                           "GPIO5",
 25                           "GPIO6",
 26                           "GPIO7",
 27                           "GPIO8",
 28                           "GPIO9",
 29                           "GPIO10",
 30                           "GPIO11",
 31                           "GPIO12",
 32                           "GPIO13",
 33                           "GPIO14",
 34                           "GPIO15",
 35                           "GPIO16",
 36                           "GPIO17",
 37                           "GPIO18",
 38                           "GPIO19",
 39                           "GPIO20",
 40                           "GPIO21",
 41                           "GPIO22",
 42                           "GPIO23",
 43                           "GPIO24",
 44                           "GPIO25",
 45                           "GPIO26",
 46                           "GPIO27",
 47                           "GPIO28",
 48                           "GPIO29",
 49                           "GPIO30",
 50                           "GPIO31",
 51                           "GPIO32",
 52                           "GPIO33",
 53                           "GPIO34",
 54                           "GPIO35",
 55                           "GPIO36",
 56                           "GPIO37",
 57                           "GPIO38",
 58                           "GPIO39",
 59                           "GPIO40",
 60                           "GPIO41",
 61                           "GPIO42",
 62                           "GPIO43",
 63                           "GPIO44",
 64                           "GPIO45",
 65                           "HDMI_HPD_N",
 66                           /* Also used as ACT LED */
 67                           "EMMC_EN_N",
 68                           /* Used by eMMC */
 69                           "SD_CLK_R",
 70                           "SD_CMD_R",
 71                           "SD_DATA0_R",
 72                           "SD_DATA1_R",
 73                           "SD_DATA2_R",
 74                           "SD_DATA3_R";
 75 
 76         pinctrl-names = "default";
 77         pinctrl-0 = <&gpioout &alt0>;
 78 };
 79 
 80 &hdmi {
 81         hpd-gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
 82         power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
 83         status = "okay";
 84 };
 85 
 86 &sdhost {
 87         pinctrl-names = "default";
 88         pinctrl-0 = <&sdhost_gpio48>;
 89         bus-width = <4>;
 90         status = "okay";
 91 };
 92 
 93 &uart0 {
 94         pinctrl-names = "default";
 95         pinctrl-0 = <&uart0_gpio14>;
 96         status = "okay";
 97 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php