avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
19
u-boot/doc/device-tree-bindings/timer/altera_timer.txt
Normal file
19
u-boot/doc/device-tree-bindings/timer/altera_timer.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
Altera Timer
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible : should be "altr,timer-1.0"
|
||||
- reg : Specifies base physical address and size of the registers.
|
||||
- interrupt-parent: phandle of the interrupt controller
|
||||
- interrupts : Should contain the timer interrupt number
|
||||
- clock-frequency : The frequency of the clock that drives the counter, in Hz.
|
||||
|
||||
Example:
|
||||
|
||||
timer {
|
||||
compatible = "altr,timer-1.0";
|
||||
reg = <0x00400000 0x00000020>;
|
||||
interrupt-parent = <&cpu>;
|
||||
interrupts = <11>;
|
||||
clock-frequency = <125000000>;
|
||||
};
|
||||
7
u-boot/doc/device-tree-bindings/timer/sandbox_timer.txt
Normal file
7
u-boot/doc/device-tree-bindings/timer/sandbox_timer.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Sandbox timer
|
||||
|
||||
The sandbox timer device is an emulated device which gets time from
|
||||
host os.
|
||||
|
||||
Required properties:
|
||||
compatible: "sandbox,timer"
|
||||
Reference in New Issue
Block a user