summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/mt7623-evb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/mt7623-evb.dts')
-rw-r--r--arch/arm/boot/dts/mt7623-evb.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt7623-evb.dts b/arch/arm/boot/dts/mt7623-evb.dts
index b60b41cad592..0686ad7298cb 100644
--- a/arch/arm/boot/dts/mt7623-evb.dts
+++ b/arch/arm/boot/dts/mt7623-evb.dts
@@ -14,6 +14,7 @@
/dts-v1/;
#include "mt7623.dtsi"
+#include "mt6323.dtsi"
/ {
model = "MediaTek MT7623 evaluation board";
@@ -23,6 +24,24 @@
stdout-path = &uart2;
};
+ cpus {
+ cpu0 {
+ proc-supply = <&mt6323_vproc_reg>;
+ };
+
+ cpu1 {
+ proc-supply = <&mt6323_vproc_reg>;
+ };
+
+ cpu2 {
+ proc-supply = <&mt6323_vproc_reg>;
+ };
+
+ cpu3 {
+ proc-supply = <&mt6323_vproc_reg>;
+ };
+ };
+
memory {
reg = <0 0x80000000 0 0x40000000>;
};
@@ -31,3 +50,13 @@
&uart2 {
status = "okay";
};
+
+&mmc0 {
+ vmmc-supply = <&mt6323_vemc3v3_reg>;
+ vqmmc-supply = <&mt6323_vio18_reg>;
+};
+
+&mmc1 {
+ vmmc-supply = <&mt6323_vmch_reg>;
+ vqmmc-supply = <&mt6323_vmc_reg>;
+};