]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - arch/arm/boot/dts/bcm7445-bcm97445svmb.dts
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / bcm7445-bcm97445svmb.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 #include "bcm7445.dtsi"
4
5 / {
6 model = "Broadcom STB (bcm7445), SVMB reference board";
7 compatible = "brcm,bcm7445", "brcm,brcmstb";
8
9 memory@0 {
10 device_type = "memory";
11 reg = <0x00 0x00000000 0x00 0x40000000>,
12 <0x00 0x40000000 0x00 0x40000000>,
13 <0x00 0x80000000 0x00 0x40000000>;
14 };
15 };
16
17 &nand {
18 status = "okay";
19
20 nandcs@1 {
21 compatible = "brcm,nandcs";
22 reg = <1>;
23 nand-ecc-step-size = <512>;
24 nand-ecc-strength = <8>;
25 nand-on-flash-bbt;
26
27 #size-cells = <2>;
28 #address-cells = <2>;
29
30 flash1.rootfs0@0 {
31 reg = <0x0 0x0 0x0 0x80000000>;
32 };
33
34 flash1.rootfs1@80000000 {
35 reg = <0x0 0x80000000 0x0 0x80000000>;
36 };
37 };
38 };