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.
36 lines
436 B
36 lines
436 B
/* |
|
* Copyright (C) 2023, Intel Corporation |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include <niosv/niosv-m.dtsi> |
|
|
|
/ { |
|
model = "niosv_m"; |
|
compatible = "intel,niosv_m"; |
|
|
|
chosen { |
|
zephyr,console = &uart0; |
|
zephyr,sram = &sram0; |
|
}; |
|
}; |
|
|
|
&cpu0 { |
|
clock-frequency = <50000000>; |
|
}; |
|
|
|
&sram0 { |
|
reg = <0x0 0x40000>; |
|
}; |
|
|
|
&mtimer { |
|
reg = <0x90000 0x8 0x90008 0x8>; |
|
}; |
|
|
|
&uart0 { |
|
reg = <0x90078 0x8>; |
|
status = "okay"; |
|
};
|
|
|