Skip to content

Commit

Permalink
ARM: dts: zynq: Add OCM node
Browse files Browse the repository at this point in the history
Add OCM node for all zynq boards. OCM location
can changed but for all current boards this
is the location where OCM is.`

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jul 31, 2015
1 parent d770e55 commit 6835fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
regulator-always-on;
};

amba {
amba: amba {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/zynq-zc702.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
};
};

&amba {
ocm: sram@fffc0000 {
compatible = "mmio-sram";
reg = <0xfffc0000 0x10000>;
};
};

&can0 {
status = "okay";
pinctrl-names = "default";
Expand Down

0 comments on commit 6835fe4

Please sign in to comment.