Skip to content

Commit d7cdfa9

Browse files
committed
bbb: add memory settings-s
1 parent b5fb547 commit d7cdfa9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/arm/am335x-boneblack-common.dtsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
};
7979

8080
&i2c0 {
81-
tda19988: tda19988 {
81+
tda19988: tda19988@70 {
8282
compatible = "nxp,tda998x";
8383
reg = <0x70>;
8484

@@ -120,6 +120,11 @@
120120
};
121121

122122
/ {
123+
memory@80000000 {
124+
device_type = "memory";
125+
reg = <0x80000000 0x20000000>; /* 512 MB */
126+
};
127+
123128
clk_mcasp0_fixed: clk_mcasp0_fixed {
124129
#clock-cells = <0>;
125130
compatible = "fixed-clock";

0 commit comments

Comments
 (0)