/* * Copyright (c) 2019 Jan Van Winkel * * SPDX-License-Identifier: Apache-2.0 */ &flashcontroller0 { reg = <0x00000000 DT_SIZE_K(4096)>; }; &flash0 { reg = <0x00000000 DT_SIZE_K(4096)>; partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "small"; reg = <0x00000000 0x00010000>; }; partition@10000 { label = "medium"; reg = <0x00010000 0x000F0000>; }; partition@100000 { label = "large"; reg = <0x00100000 0x00300000>; }; }; };