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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/ipq5332-rdp441.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.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/qcom/ipq5332-rdp441.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm64/qcom/ipq5332-rdp441.dts (Architecture ppc)


  1 // SPDX-License-Identifier: BSD-3-Clause            1 // SPDX-License-Identifier: BSD-3-Clause
  2 /*                                                  2 /*
  3  * IPQ5332 AP-MI01.2 board device tree source       3  * IPQ5332 AP-MI01.2 board device tree source
  4  *                                                  4  *
  5  * Copyright (c) 2022-2023 Qualcomm Innovation      5  * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 #include "ipq5332-rdp-common.dtsi"                 10 #include "ipq5332-rdp-common.dtsi"
 11                                                    11 
 12 / {                                                12 / {
 13         model = "Qualcomm Technologies, Inc. I     13         model = "Qualcomm Technologies, Inc. IPQ5332 MI01.2";
 14         compatible = "qcom,ipq5332-ap-mi01.2",     14         compatible = "qcom,ipq5332-ap-mi01.2", "qcom,ipq5332";
 15 };                                                 15 };
 16                                                    16 
 17 &blsp1_i2c1 {                                      17 &blsp1_i2c1 {
 18         clock-frequency = <400000>;                18         clock-frequency = <400000>;
 19         pinctrl-0 = <&i2c_1_pins>;                 19         pinctrl-0 = <&i2c_1_pins>;
 20         pinctrl-names = "default";                 20         pinctrl-names = "default";
 21         status = "okay";                           21         status = "okay";
 22 };                                                 22 };
 23                                                    23 
 24 &sdhc {                                            24 &sdhc {
 25         bus-width = <4>;                           25         bus-width = <4>;
 26         max-frequency = <192000000>;               26         max-frequency = <192000000>;
 27         mmc-ddr-1_8v;                              27         mmc-ddr-1_8v;
 28         mmc-hs200-1_8v;                            28         mmc-hs200-1_8v;
 29         non-removable;                             29         non-removable;
 30         pinctrl-0 = <&sdc_default_state>;          30         pinctrl-0 = <&sdc_default_state>;
 31         pinctrl-names = "default";                 31         pinctrl-names = "default";
 32         status = "okay";                           32         status = "okay";
 33 };                                                 33 };
 34                                                    34 
 35 &tlmm {                                            35 &tlmm {
 36         i2c_1_pins: i2c-1-state {                  36         i2c_1_pins: i2c-1-state {
 37                 pins = "gpio29", "gpio30";         37                 pins = "gpio29", "gpio30";
 38                 function = "blsp1_i2c0";           38                 function = "blsp1_i2c0";
 39                 drive-strength = <8>;              39                 drive-strength = <8>;
 40                 bias-pull-up;                      40                 bias-pull-up;
 41         };                                         41         };
 42                                                    42 
 43         sdc_default_state: sdc-default-state {     43         sdc_default_state: sdc-default-state {
 44                 clk-pins {                         44                 clk-pins {
 45                         pins = "gpio13";           45                         pins = "gpio13";
 46                         function = "sdc_clk";      46                         function = "sdc_clk";
 47                         drive-strength = <8>;      47                         drive-strength = <8>;
 48                         bias-disable;              48                         bias-disable;
 49                 };                                 49                 };
 50                                                    50 
 51                 cmd-pins {                         51                 cmd-pins {
 52                         pins = "gpio12";           52                         pins = "gpio12";
 53                         function = "sdc_cmd";      53                         function = "sdc_cmd";
 54                         drive-strength = <8>;      54                         drive-strength = <8>;
 55                         bias-pull-up;              55                         bias-pull-up;
 56                 };                                 56                 };
 57                                                    57 
 58                 data-pins {                        58                 data-pins {
 59                         pins = "gpio8", "gpio9     59                         pins = "gpio8", "gpio9", "gpio10", "gpio11";
 60                         function = "sdc_data";     60                         function = "sdc_data";
 61                         drive-strength = <8>;      61                         drive-strength = <8>;
 62                         bias-pull-up;              62                         bias-pull-up;
 63                 };                                 63                 };
 64         };                                         64         };
 65 };                                                 65 };
                                                      

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