dts: arm: atmel: Add sam4s spi component info
Add spi device tree component definition. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
058b749538
commit
86ceaf26b7
1 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2017 Justin Watson
|
||||
* Copyright (c) 2019 Gerson Fernando Budke
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
@ -66,6 +67,17 @@
|
|||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
spi0: spi@40008000 {
|
||||
compatible = "atmel,sam-spi";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40008000 0x4000>;
|
||||
interrupts = <21 0>;
|
||||
peripheral-id = <21>;
|
||||
label = "SPI_0";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart0: uart@400e0600 {
|
||||
compatible = "atmel,sam-uart";
|
||||
reg = <0x400e0600 0x200>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue