Files
operating-system/fdt/barebox-state-rpi.dtso
2018-06-03 22:15:41 +00:00

39 lines
576 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709";
fragment@0 {
target = <&sdhci>;
__overlay__ {
status = "disabled";
};
};
fragment@1 {
target = <&sdhost>;
__overlay__ {
status = "okay";
partitions {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fixed-partitions";
backend_state_sdhost: partition@22100000 {
label = "state";
reg = <0x22100000 0x800000>;
};
};
};
};
fragment@2 {
target = <&state>;
__overlay__ {
backend = <&backend_state_sdhost>;
};
};
};