Move EMMC and UART configs from every board DTS to a DTSI file.
Change-Id: If2fd49b9243b879ae89e172f55903eedfd4f3981
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
};
};
-&emmc {
- broken-cd;
- bus-width = <8>;
- cap-mmc-highspeed;
- supports-emmc;
- disable-wp;
- non-removable;
- num-slots = <1>;
- /delete-property/ default-sample-phase;
- /delete-property/ pinctrl-names;
- /delete-property/ pinctrl-0;
- status = "okay";
-};
-
&i2c0 {
status = "okay";
/*
+ * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
+ *
* This file is dual-licensed: you can use it either under the terms
* of the GPL or the X11 license, at your option. Note that this dual
* licensing only applies to this file, and not this project as a
/dts-v1/;
#include "rk322x.dtsi"
+#include "rk322x-android.dtsi"
/ {
model = "Rockchip RK3229 Evaluation board";
&u2phy1_host {
phy-supply = <&vcc_host>;
};
-
-&uart2 {
- status = "okay";
-};
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * Or, alternatively,
+ * Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
enable-method = "psci";
};
+&emmc {
+ broken-cd;
+ bus-width = <8>;
+ cap-mmc-highspeed;
+ supports-emmc;
+ disable-wp;
+ non-removable;
+ num-slots = <1>;
+ /delete-property/ default-sample-phase;
+ /delete-property/ pinctrl-names;
+ /delete-property/ pinctrl-0;
+ status = "okay";
+};
+
&u2phy0 {
status = "okay";