aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/at91-sama5d2_xplained.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-22 14:55:16 -0400
committerTom Rini <trini@konsulko.com>2021-09-22 21:17:39 -0400
commit7b57e56739ed2c550d17a072a7f4c8326c0c83dc (patch)
tree24770636838a7edd62dffe71039d217ebb6c19fb /arch/arm/dts/at91-sama5d2_xplained.dts
parent63823da4b9e25d2f6a81f1e9adb06391837055cb (diff)
parentd65b84a1d0dc116010a3842dc13661976ef92629 (diff)
downloadu-boot-WIP/22Sep2021-next.tar.gz
Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into nextWIP/22Sep2021-next
First set of u-boot-at91 features for the 2022.01 cycle: This feature set includes : the support for CPU driver for arm926 (sam9x60 device); changes required for OP-TEE boot for sama5d2_xplained and sama5d27_som1_ek boards; QSPI boot configuration for sama5d2_icp; starting to remove old Kconfig unused symbols from config_whitelist.txt (work will take more time); also small fixes and updates in mach, DT, configs, etc.
Diffstat (limited to 'arch/arm/dts/at91-sama5d2_xplained.dts')
-rw-r--r--arch/arm/dts/at91-sama5d2_xplained.dts8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/dts/at91-sama5d2_xplained.dts b/arch/arm/dts/at91-sama5d2_xplained.dts
index b733c4d4cee..34b64a22af4 100644
--- a/arch/arm/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/dts/at91-sama5d2_xplained.dts
@@ -12,6 +12,10 @@
stdout-path = &uart1;
};
+ memory {
+ reg = <0x20000000 0x20000000>;
+ };
+
onewire_tm: onewire {
gpios = <&pioA PIN_PB0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
@@ -25,7 +29,7 @@
};
ahb {
- usb1: ohci@00400000 {
+ usb1: ohci@400000 {
num-ports = <3>;
atmel,vbus-gpio = <&pioA 42 0>;
pinctrl-names = "default";
@@ -33,7 +37,7 @@
status = "okay";
};
- usb2: ehci@00500000 {
+ usb2: ehci@500000 {
status = "okay";
};