aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-h5.dtsi
diff options
context:
space:
mode:
authorAntony Antony <antony@phenome.org>2017-11-21 10:11:52 +0100
committerJagan Teki <jagan@amarulasolutions.com>2017-11-21 19:11:47 +0530
commit8faac0941cd409c6ff3738fbf658de2296f48e9a (patch)
tree8eeb494be77049609d45982b7870f82c374087c6 /arch/arm/dts/sun50i-h5.dtsi
parentb6251db8c3f0de605b4cd6f15a00fc7dd19cda63 (diff)
downloadu-boot-8faac0941cd409c6ff3738fbf658de2296f48e9a.zip
u-boot-8faac0941cd409c6ff3738fbf658de2296f48e9a.tar.gz
u-boot-8faac0941cd409c6ff3738fbf658de2296f48e9a.tar.bz2
arm64: sun50i-h5.dtsi : update to kernel 4.14
last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7 Signed-off-by: Antony Antony <antony@phenome.org> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h5.dtsi')
-rw-r--r--arch/arm/dts/sun50i-h5.dtsi32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-h5.dtsi b/arch/arm/dts/sun50i-h5.dtsi
index 4904c18..c052f31 100644
--- a/arch/arm/dts/sun50i-h5.dtsi
+++ b/arch/arm/dts/sun50i-h5.dtsi
@@ -72,6 +72,38 @@
};
};
+&ccu {
+ compatible = "allwinner,sun50i-h5-ccu";
+};
+
&gic {
compatible = "arm,gic-400";
};
+
+&mmc0 {
+ compatible = "allwinner,sun50i-h5-mmc",
+ "allwinner,sun50i-a64-mmc";
+ clocks = <&ccu CLK_BUS_MMC0>, <&ccu CLK_MMC0>;
+ clock-names = "ahb", "mmc";
+};
+
+&mmc1 {
+ compatible = "allwinner,sun50i-h5-mmc",
+ "allwinner,sun50i-a64-mmc";
+ clocks = <&ccu CLK_BUS_MMC1>, <&ccu CLK_MMC1>;
+ clock-names = "ahb", "mmc";
+};
+
+&mmc2 {
+ compatible = "allwinner,sun50i-h5-emmc",
+ "allwinner,sun50i-a64-emmc";
+ clocks = <&ccu CLK_BUS_MMC2>, <&ccu CLK_MMC2>;
+ clock-names = "ahb", "mmc";
+};
+
+&pio {
+ interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
+ <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
+ compatible = "allwinner,sun50i-h5-pinctrl";
+};