<z3ntu>
bamse: I have a question about wled, the devicetree bindings say reg: maxItems: 1; but for newer wled generations `reg = <0xd800 0xd900>;` is used (this shouldn't be size as `#size-cells = <0>;`) so it's two separate regs as far as I understand it. Shouldn't this better be represented using `reg = <0xd800>, <0xd900>;`? And isn't reg-names normally used when multiple regs exist?
<gpiccoli>
does anybody here know where to find those firehose/mbn to restore "bricked" boards from EDL?