compatible = "simple-bus";
                interrupt-parent = <&intcon>;
 
-               flash@30000000 {
+               flash: flash@30000000 {
                        compatible = "cortina,gemini-flash", "cfi-flash";
                        syscon = <&syscon>;
                        pinctrl-names = "default";
                        };
                };
 
-               ethernet@60000000 {
+               ethernet: ethernet@60000000 {
                        compatible = "cortina,gemini-ethernet";
                        reg = <0x60000000 0x4000>, /* Global registers, queue */
                              <0x60004000 0x2000>, /* V-bit */
                        clocks = <&syscon GEMINI_CLK_GATE_SECURITY>;
                };
 
-               ide@63000000 {
+               ide0: ide@63000000 {
                        compatible = "cortina,gemini-pata", "faraday,ftide010";
                        reg = <0x63000000 0x1000>;
                        interrupts = <4 IRQ_TYPE_EDGE_RISING>;
                        #size-cells = <0>;
                };
 
-               ide@63400000 {
+               ide1: ide@63400000 {
                        compatible = "cortina,gemini-pata", "faraday,ftide010";
                        reg = <0x63400000 0x1000>;
                        interrupts = <5 IRQ_TYPE_EDGE_RISING>;
                        status = "disabled";
                };
 
-               usb@68000000 {
+               usb0: usb@68000000 {
                        compatible = "cortina,gemini-usb", "faraday,fotg210";
                        reg = <0x68000000 0x1000>;
                        interrupts = <10 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };
 
-               usb@69000000 {
+               usb1: usb@69000000 {
                        compatible = "cortina,gemini-usb", "faraday,fotg210";
                        reg = <0x69000000 0x1000>;
                        interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;