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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/nxp/mxs/imx28-cfa10036.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ 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-or-later
  2 /*
  3  * Copyright 2012 Free Electrons
  4  */
  5 
  6 /dts-v1/;
  7 #include "imx28.dtsi"
  8 #include <dt-bindings/gpio/gpio.h>
  9 
 10 / {
 11         model = "Crystalfontz CFA-10036 Board";
 12         compatible = "crystalfontz,cfa10036", "fsl,imx28";
 13 
 14         memory@40000000 {
 15                 device_type = "memory";
 16                 reg = <0x40000000 0x08000000>;
 17         };
 18 
 19         leds {
 20                 compatible = "gpio-leds";
 21                 pinctrl-names = "default";
 22                 pinctrl-0 = <&led_pins_cfa10036>;
 23 
 24                 power {
 25                         gpios = <&gpio3 4 1>;
 26                         default-state = "on";
 27                 };
 28         };
 29 
 30         reg_vddio_sd0: vddio-sd0 {
 31                 compatible = "regulator-fixed";
 32                 pinctrl-names = "default";
 33                 pinctrl-0 = <&mmc_pwr_cfa10036>;
 34                 regulator-name = "vddio-sd0";
 35                 regulator-min-microvolt = <3300000>;
 36                 regulator-max-microvolt = <3300000>;
 37                 gpio = <&gpio3 28 0>;
 38         };
 39 };
 40 
 41 &duart {
 42         pinctrl-names = "default";
 43         pinctrl-0 = <&duart_pins_b>;
 44         status = "okay";
 45 };
 46 
 47 &i2c0 {
 48         pinctrl-names = "default";
 49         pinctrl-0 = <&i2c0_pins_b>;
 50         clock-frequency = <400000>;
 51         status = "okay";
 52 
 53         ssd1306: oled@3c {
 54                 compatible = "solomon,ssd1306fb-i2c";
 55                 pinctrl-names = "default";
 56                 pinctrl-0 = <&ssd1306_cfa10036>;
 57                 reg = <0x3c>;
 58                 reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
 59                 solomon,height = <32>;
 60                 solomon,width = <128>;
 61                 solomon,page-offset = <0>;
 62                 solomon,com-lrremap;
 63                 solomon,com-invdir;
 64                 solomon,com-offset = <32>;
 65         };
 66 };
 67 
 68 &pinctrl {
 69         ssd1306_cfa10036: ssd1306-10036@0 {
 70                 reg = <0>;
 71                 fsl,pinmux-ids = <
 72                         MX28_PAD_SSP0_DATA7__GPIO_2_7
 73                 >;
 74                 fsl,drive-strength = <MXS_DRIVE_4mA>;
 75                 fsl,voltage = <MXS_VOLTAGE_HIGH>;
 76                 fsl,pull-up = <MXS_PULL_DISABLE>;
 77         };
 78 
 79         led_pins_cfa10036: leds-10036@0 {
 80                 reg = <0>;
 81                 fsl,pinmux-ids = <
 82                         MX28_PAD_AUART1_RX__GPIO_3_4
 83                 >;
 84                 fsl,drive-strength = <MXS_DRIVE_4mA>;
 85                 fsl,voltage = <MXS_VOLTAGE_HIGH>;
 86                 fsl,pull-up = <MXS_PULL_DISABLE>;
 87         };
 88 
 89         usb0_otg_cfa10036: otg-10036@0 {
 90                 reg = <0>;
 91                 fsl,pinmux-ids = <
 92                         MX28_PAD_GPMI_RDY0__USB0_ID
 93                 >;
 94                 fsl,drive-strength = <MXS_DRIVE_4mA>;
 95                 fsl,voltage = <MXS_VOLTAGE_HIGH>;
 96                 fsl,pull-up = <MXS_PULL_DISABLE>;
 97         };
 98 
 99         mmc_pwr_cfa10036: mmc_pwr_cfa10036@0 {
100                 reg = <0>;
101                 fsl,pinmux-ids = <
102                         0x31c3 /*
103                         MX28_PAD_PWM3__GPIO_3_28 */
104                 >;
105                 fsl,drive-strength = <0>;
106                 fsl,voltage = <1>;
107                 fsl,pull-up = <0>;
108         };
109 };
110 
111 &ssp0 {
112         compatible = "fsl,imx28-mmc";
113         pinctrl-names = "default";
114         pinctrl-0 = <&mmc0_4bit_pins_a
115                 &mmc0_cd_cfg &mmc0_sck_cfg>;
116         vmmc-supply = <&reg_vddio_sd0>;
117         bus-width = <4>;
118         status = "okay";
119 };
120 
121 &usb0 {
122         pinctrl-names = "default";
123         pinctrl-0 = <&usb0_otg_cfa10036>;
124         dr_mode = "peripheral";
125         phy_type = "utmi";
126         status = "okay";
127 };
128 
129 &usbphy0 {
130         status = "okay";
131 };

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