Re: [PATCH 2/4] ARM: DT: Add a basic dts file for SMDKV310 machine
+ compatible = "arm,gic"; > + }; > + > + watchdog@0x1006 { > + reg = <0x1006 0x400>; > + interrupts = <552>; > + interrupt-parent = <&GIC>; > +
Re: [RFC] (early draft) dt: Linux dt usage model documentation
s a common pattern, and the device tree support > +code reflects that. The second argument to of_platform_populate() is > +an of_device_id table, and any node that matches an entry in that > +table will also get it's child nodes registered. In the tegra case, > +the code can look something like this: