diff options
author | kientzle <kientzle@FreeBSD.org> | 2013-01-21 01:02:49 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2013-01-21 01:02:49 +0000 |
commit | aa7091a3ab1db7d7741ed3f36c037b14a5356a6d (patch) | |
tree | 0cdd228187605ada1683559bcf7f36038c32603d | |
parent | 07280965871a156bcd84fc45e499722cc31f4161 (diff) | |
download | FreeBSD-src-aa7091a3ab1db7d7741ed3f36c037b14a5356a6d.zip FreeBSD-src-aa7091a3ab1db7d7741ed3f36c037b14a5356a6d.tar.gz |
Use correct size for AM335x CPSW memory window.
-rw-r--r-- | sys/boot/fdt/dts/beaglebone.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/beaglebone.dts b/sys/boot/fdt/dts/beaglebone.dts index 6126bc1..7a87cf5 100644 --- a/sys/boot/fdt/dts/beaglebone.dts +++ b/sys/boot/fdt/dts/beaglebone.dts @@ -161,7 +161,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "ti,cpsw"; - reg = <0x4A100000 0x3000>; + reg = <0x4A100000 0x4000>; interrupts = <40 41 42 43>; interrupt-parent = <&AINTC>; phy-handle = <&phy0>; |