Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Google Veyron Mighty Rev 1+ board device tree source
0004  *
0005  * Copyright 2015 Google, Inc
0006  */
0007 
0008 /dts-v1/;
0009 
0010 #include "rk3288-veyron-jaq.dts"
0011 
0012 / {
0013         model = "Google Mighty";
0014         compatible = "google,veyron-mighty-rev5", "google,veyron-mighty-rev4",
0015                      "google,veyron-mighty-rev3", "google,veyron-mighty-rev2",
0016                      "google,veyron-mighty-rev1", "google,veyron-mighty",
0017                      "google,veyron", "rockchip,rk3288";
0018 };
0019 
0020 &sdmmc {
0021         pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd_disabled &sdmmc_cd_pin
0022                         &sdmmc_wp_pin &sdmmc_bus4>;
0023         wp-gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>;
0024 
0025         /delete-property/ disable-wp;
0026 };
0027 
0028 &pinctrl {
0029         sdmmc {
0030                 sdmmc_wp_pin: sdmmc-wp-pin {
0031                         rockchip,pins = <7 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>;
0032                 };
0033         };
0034 };