eee1b34ce6
This just copies the files from the kernel 4.14 specific folders into the kernel 4.19 specific folder, no changes are done to the files in this commit. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
/dts-v1/;
|
|
|
|
#include "falcon.dtsi"
|
|
#include "EASY98000-base.dtsi"
|
|
#include "falcon-sflash-16M.dtsi"
|
|
|
|
/ {
|
|
model = "Lantiq Falcon (SFLASH)";
|
|
compatible = "lantiq,easy98000-sflash", "lantiq,easy98000", "lantiq,falcon";
|
|
|
|
aliases {
|
|
spi0 = &ebu_cs0;
|
|
spi1 = &spi;
|
|
};
|
|
};
|
|
|