Skip to content

Commit

Permalink
bbb: add memory settings-s
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCNelson committed Apr 30, 2020
1 parent b5fb547 commit d7cdfa9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/arm/am335x-boneblack-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
};

&i2c0 {
tda19988: tda19988 {
tda19988: tda19988@70 {
compatible = "nxp,tda998x";
reg = <0x70>;

Expand Down Expand Up @@ -120,6 +120,11 @@
};

/ {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x20000000>; /* 512 MB */
};

clk_mcasp0_fixed: clk_mcasp0_fixed {
#clock-cells = <0>;
compatible = "fixed-clock";
Expand Down

0 comments on commit d7cdfa9

Please sign in to comment.