Skip to content
Snippets Groups Projects
Commit d7cdfa9f authored by Robert Nelson's avatar Robert Nelson
Browse files

bbb: add memory settings-s

parent b5fb5474
Branches
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
}; };
&i2c0 { &i2c0 {
tda19988: tda19988 { tda19988: tda19988@70 {
compatible = "nxp,tda998x"; compatible = "nxp,tda998x";
reg = <0x70>; reg = <0x70>;
...@@ -120,6 +120,11 @@ ...@@ -120,6 +120,11 @@
}; };
/ { / {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};
clk_mcasp0_fixed: clk_mcasp0_fixed { clk_mcasp0_fixed: clk_mcasp0_fixed {
#clock-cells = <0>; #clock-cells = <0>;
compatible = "fixed-clock"; compatible = "fixed-clock";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment