rockchip: rk3368: Add PX5 Evaluation board
[oweals/u-boot.git] / arch / arm / dts / uniphier-pinctrl.dtsi
index b58421396d6b88a57ba56e840a85d85d1d726a7a..9591e888dc353b7decb9354906a96b3525d4ecad 100644 (file)
@@ -1,12 +1,23 @@
 /*
  * Device Tree Source for UniPhier SoCs default pinctrl settings
  *
- * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2015-2017 Socionext Inc.
+ *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+        X11
  */
 
 &pinctrl {
+       pinctrl_emmc: emmc_grp {
+               groups = "emmc", "emmc_dat8";
+               function = "emmc";
+       };
+
+       pinctrl_emmc_1v8: emmc_grp_1v8 {
+               groups = "emmc", "emmc_dat8";
+               function = "emmc";
+       };
+
        pinctrl_i2c0: i2c0_grp {
                groups = "i2c0";
                function = "i2c0";
                function = "i2c3";
        };
 
+       pinctrl_i2c4: i2c4_grp {
+               groups = "i2c4";
+               function = "i2c4";
+       };
+
+       pinctrl_nand: nand_grp {
+               groups = "nand";
+               function = "nand";
+       };
+
+       pinctrl_nand2cs: nand2cs_grp {
+               groups = "nand", "nand_cs1";
+               function = "nand";
+       };
+
+       pinctrl_sd: sd_grp {
+               groups = "sd";
+               function = "sd";
+       };
+
+       pinctrl_sd_1v8: sd_grp_1v8 {
+               groups = "sd";
+               function = "sd";
+       };
+
+       pinctrl_sd1: sd1_grp {
+               groups = "sd1";
+               function = "sd1";
+       };
+
+       pinctrl_sd1_1v8: sd1_grp_1v8 {
+               groups = "sd1";
+               function = "sd1";
+       };
+
+       pinctrl_system_bus: system_bus_grp {
+               groups = "system_bus", "system_bus_cs1";
+               function = "system_bus";
+       };
+
        pinctrl_uart0: uart0_grp {
                groups = "uart0";
                function = "uart0";