mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
5584b4da78
Add common XTFPGA parts as *.dtsi (base board, flash) and DTS for LX60 and for ML605. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
/dts-v1/;
|
|
/include/ "xtfpga.dtsi"
|
|
/include/ "xtfpga-flash-4m.dtsi"
|
|
|
|
/ {
|
|
compatible = "xtensa,lx60";
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x04000000>;
|
|
};
|
|
};
|