Skip to content

Commit c0938eb

Browse files
pdgendtcarlescufi
authored andcommitted
dts: sam4e: Add SMC peripheral
Add pinctrl definitions for the SMC peripheral (8) and add the module to the sam4e soc. IDs and addresses are taken from the datasheet. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent f3ad30c commit c0938eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/atmel/sam4e.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,15 @@
232232
peripheral-id = <27 28 29>;
233233
status = "disabled";
234234
};
235+
236+
smc: smc@40060000 {
237+
compatible = "atmel,sam-smc";
238+
#address-cells = <1>;
239+
#size-cells = <0>;
240+
reg = <0x40060000 0x200>;
241+
peripheral-id = <8>;
242+
status = "disabled";
243+
};
235244
};
236245
};
237246

0 commit comments

Comments
 (0)