>> + "fsl,cpm-uart"; >> reg = <11a00 20 8000 100>; >> - current-speed = <1c200>; > Hmm, how is it supposed to work without speed? I was testing my u- > boot OF bindings for 82xx and spotted into it. "current-speed" cannot be a required property for serial devices (it is only valid if the device is active at boot time). Segher