Skip to content

Commit f3ad30c

Browse files
pdgendtcarlescufi
authored andcommitted
dts: sam4s: Add SMC peripheral
Add pinctrl definitions for the SMC peripheral and add the module to the sam4s soc. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent e328c2b commit f3ad30c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/atmel/sam4s.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@
194194
peripheral-id = <1>;
195195
user-nrst;
196196
};
197+
198+
smc: smc@400e0000 {
199+
compatible = "atmel,sam-smc";
200+
#address-cells = <1>;
201+
#size-cells = <0>;
202+
reg = <0x400e0000 0x200>;
203+
peripheral-id = <10>;
204+
status = "disabled";
205+
};
197206
};
198207
};
199208

0 commit comments

Comments
 (0)