mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36: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>;
|
||||
|
||||
aliases {
|
||||
state = &state_sd;
|
||||
state = &state;
|
||||
};
|
||||
|
||||
backend_state_sd: bootstate@0x111000 {
|
||||
reg = <0x111000 0x418>;
|
||||
label = "state-sd";
|
||||
};
|
||||
|
||||
state_sd: state_memory {
|
||||
state: state {
|
||||
magic = <0xef784236>;
|
||||
compatible = "barebox,state";
|
||||
backend-type = "raw";
|
||||
backend = <&backend_state_sd>;
|
||||
backend-stridesize = <1024>;
|
||||
backend = <&backend_state>;
|
||||
backend-stridesize = <4096>;
|
||||
|
||||
bootstate {
|
||||
#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