aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/am33xx.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-07 16:20:36 -0500
committerTom Rini <trini@konsulko.com>2022-03-07 16:20:36 -0500
commit0bf4e0bb935e5c7fc016142e0228882610ecbf39 (patch)
tree4c454f86cbbe76a633a380383ba8635d6f226a71 /arch/arm/dts/am33xx.dtsi
parentfd690a5e932010d0309a859169aeb77af94dff24 (diff)
parent14d8610090fe5aef1b2d0f4d80ec6d4009e61056 (diff)
downloadu-boot-0bf4e0bb935e5c7fc016142e0228882610ecbf39.zip
u-boot-0bf4e0bb935e5c7fc016142e0228882610ecbf39.tar.gz
u-boot-0bf4e0bb935e5c7fc016142e0228882610ecbf39.tar.bz2
Merge branch '2022-03-07-add-platforms' into next
- bcm6753 support - Aspeed GPIO driver - AM33xx DT-related MMC updates
Diffstat (limited to 'arch/arm/dts/am33xx.dtsi')
-rw-r--r--arch/arm/dts/am33xx.dtsi41
1 files changed, 32 insertions, 9 deletions
diff --git a/arch/arm/dts/am33xx.dtsi b/arch/arm/dts/am33xx.dtsi
index b509302..5871344 100644
--- a/arch/arm/dts/am33xx.dtsi
+++ b/arch/arm/dts/am33xx.dtsi
@@ -40,6 +40,9 @@
ethernet1 = &cpsw_emac1;
spi0 = &spi0;
spi1 = &spi1;
+ mmc0 = &mmc1;
+ mmc1 = &mmc2;
+ mmc2 = &mmc3;
};
cpus {
@@ -301,6 +304,35 @@
};
};
+ target-module@47810000 {
+ compatible = "ti,sysc-omap2", "ti,sysc";
+ reg = <0x478102fc 0x4>,
+ <0x47810110 0x4>,
+ <0x47810114 0x4>;
+ reg-names = "rev", "sysc", "syss";
+ ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
+ SYSC_OMAP2_ENAWAKEUP |
+ SYSC_OMAP2_SOFTRESET |
+ SYSC_OMAP2_AUTOIDLE)>;
+ ti,sysc-sidle = <SYSC_IDLE_FORCE>,
+ <SYSC_IDLE_NO>,
+ <SYSC_IDLE_SMART>;
+ ti,syss-mask = <1>;
+ clocks = <&l3s_clkctrl AM3_L3S_MMC3_CLKCTRL 0>;
+ clock-names = "fck";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x47810000 0x1000>;
+
+ mmc3: mmc@0 {
+ compatible = "ti,am335-sdhci";
+ ti,needs-special-reset;
+ interrupts = <29>;
+ reg = <0x0 0x1000>;
+ status = "disabled";
+ };
+ };
+
i2c0: i2c@44e0b000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
@@ -357,15 +389,6 @@
status = "disabled";
};
- mmc3: mmc@47810000 {
- compatible = "ti,omap4-hsmmc";
- ti,hwmods = "mmc3";
- ti,needs-special-reset;
- interrupts = <29>;
- reg = <0x47810000 0x1000>;
- status = "disabled";
- };
-
wdt2: wdt@44e35000 {
compatible = "ti,omap3-wdt";
ti,hwmods = "wd_timer2";