boards: arduino_due: Added DTS to the Arduino Due.
Change-Id: I006f9d4080a1351534ede5cc601e43526c39aa83 Origin: Original Signed-off-by: Justin Watson <jwatson5@gmail.com>
This commit is contained in:
parent
6821df1ef0
commit
44c421b4a3
7 changed files with 100 additions and 29 deletions
38
dts/arm/atmel/sam3x.dtsi
Normal file
38
dts/arm/atmel/sam3x.dtsi
Normal file
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Justin Watson
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <arm/armv7-m.dtsi>
|
||||
|
||||
/ {
|
||||
cpus {
|
||||
cpu@0 {
|
||||
compatible = "arm,cortex-m4";
|
||||
};
|
||||
};
|
||||
|
||||
sram0: memory {
|
||||
compatible = "sram";
|
||||
reg = <0x20070000 0x18000>;
|
||||
};
|
||||
|
||||
flash0: flash {
|
||||
compatible = "flash";
|
||||
reg = <0x00080000 0x80000>;
|
||||
};
|
||||
|
||||
soc {
|
||||
uart0: uart@400E0800 {
|
||||
compatible = "atmel,sam3x-uart";
|
||||
reg = <0x400E0800 0x124>;
|
||||
interrupts = <8 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&nvic {
|
||||
arm,num-irq-priority-bits = <3>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue