mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 23:46:29 +00:00
New DTS style
This commit is contained in:
parent
b48f4184e3
commit
88a7618620
Binary file not shown.
@ -4,20 +4,15 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
state = &state_sd;
|
state = &state;
|
||||||
};
|
};
|
||||||
|
|
||||||
backend_state_sd: bootstate@0x111000 {
|
state: state {
|
||||||
reg = <0x111000 0x418>;
|
|
||||||
label = "state-sd";
|
|
||||||
};
|
|
||||||
|
|
||||||
state_sd: state_memory {
|
|
||||||
magic = <0xef784236>;
|
magic = <0xef784236>;
|
||||||
compatible = "barebox,state";
|
compatible = "barebox,state";
|
||||||
backend-type = "raw";
|
backend-type = "raw";
|
||||||
backend = <&backend_state_sd>;
|
backend = <&backend_state>;
|
||||||
backend-stridesize = <1024>;
|
backend-stridesize = <4096>;
|
||||||
|
|
||||||
bootstate {
|
bootstate {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
@ -57,5 +52,16 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
partitions {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
|
||||||
|
backend_state: state {
|
||||||
|
partuuid = "19652333-327f-ff4d-8002-3390b62c309d";
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user