mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
f3c071b376
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44559
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
/dts-v1/;
|
|
|
|
/include/ "bcm6348.dtsi"
|
|
|
|
/ {
|
|
model = "Inventel Livebox 1";
|
|
compatible = "inventel,livebox-blue-5g", "brcm,bcm6348";
|
|
};
|
|
|
|
&pflash {
|
|
reg = <0x1e400000 0x800000>;
|
|
status = "ok";
|
|
|
|
linux,part-probe = "redboot";
|
|
};
|