You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
667 B
52 lines
667 B
/* |
|
* Copyright (c) 2019, Synopsys, Inc. All rights reserved. |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include <synopsys/emsdp.dtsi> |
|
#include "board.dtsi" |
|
|
|
/ { |
|
model = "emsdp"; |
|
compatible = "snps,emsdp", "snps,emsdp"; |
|
|
|
aliases { |
|
uart-0 = &uart0; |
|
spi-flash0 = &s25fl256s; |
|
}; |
|
|
|
chosen { |
|
zephyr,sram = &sram0; |
|
zephyr,console = &uart0; |
|
zephyr,shell-uart = &uart0; |
|
}; |
|
}; |
|
|
|
&uart0 { |
|
status = "okay"; |
|
current-speed = <115200>; |
|
}; |
|
|
|
/ { |
|
soc { |
|
|
|
uart@f0004000 { |
|
interrupts = <108 1>; |
|
}; |
|
|
|
gpio@f0002000 { |
|
interrupts = <86 1>; |
|
}; |
|
|
|
spi@f0008000 { |
|
interrupts = <83 1>; |
|
}; |
|
|
|
spi@f1000000 { |
|
interrupts = <84 1>; |
|
}; |
|
}; |
|
};
|
|
|