EXTERNAL EMAIL: Do not click links or open attachments unless you know the
content is safe
> + clocks {NIC clock is the clock used by AXI, AHB fabric and APB bridges which
[..]
> +
> + nic_clk: nic_clk {
What does nic_clk stand for? If I had to guess, it
has something to do with network. But..
connects all the peripherals.
It is named so because the AXI fabric is based on NIC400 IP from ARM
> + watchdog: watchdog@e0090000 {I would like to have only board specific nodes enabled in dts files
> + compatible = "snps,dw-wdt";
> + reg = <0xe0090000 0x1000>;
> + interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&nic_clk>;
Btw. can we disable all nodes by default and enable them
in the board dts files?
and rest of them in dtsi file