mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
dts: synquacer: Use generic node names
DT node names should follow generic names defined in the DT spec. These are also now checked by dtschema tools. Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
6136c85ed0
commit
cc891c41f2
3 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
||||||
active_clk_edges;
|
active_clk_edges;
|
||||||
chipselect_num = <1>;
|
chipselect_num = <1>;
|
||||||
|
|
||||||
spi-flash@0 {
|
flash@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
interrupt-parent = <&exiu>;
|
interrupt-parent = <&exiu>;
|
||||||
|
|
||||||
power {
|
power-button {
|
||||||
label = "Power Button";
|
label = "Power Button";
|
||||||
linux,code = <KEY_POWER>;
|
linux,code = <KEY_POWER>;
|
||||||
interrupts = <GIC_SPI 120 IRQ_TYPE_EDGE_FALLING>;
|
interrupts = <GIC_SPI 120 IRQ_TYPE_EDGE_FALLING>;
|
||||||
|
|
|
@ -344,7 +344,7 @@
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
|
||||||
its: gic-its@30020000 {
|
its: msi-controller@30020000 {
|
||||||
compatible = "arm,gic-v3-its";
|
compatible = "arm,gic-v3-its";
|
||||||
reg = <0x0 0x30020000 0x0 0x20000>;
|
reg = <0x0 0x30020000 0x0 0x20000>;
|
||||||
#msi-cells = <1>;
|
#msi-cells = <1>;
|
||||||
|
@ -361,7 +361,7 @@
|
||||||
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; // HYP
|
<GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; // HYP
|
||||||
};
|
};
|
||||||
|
|
||||||
mmio-timer@2a810000 {
|
timer@2a810000 {
|
||||||
compatible = "arm,armv7-timer-mem";
|
compatible = "arm,armv7-timer-mem";
|
||||||
reg = <0x0 0x2a810000 0x0 0x10000>;
|
reg = <0x0 0x2a810000 0x0 0x10000>;
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
@ -398,7 +398,7 @@
|
||||||
clock-output-names = "apb_pclk";
|
clock-output-names = "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
||||||
soc_uart0: uart@2a400000 {
|
soc_uart0: serial@2a400000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
reg = <0x0 0x2a400000 0x0 0x1000>;
|
reg = <0x0 0x2a400000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -406,7 +406,7 @@
|
||||||
clock-names = "uartclk", "apb_pclk";
|
clock-names = "uartclk", "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
||||||
fuart: uart@51040000 {
|
fuart: serial@51040000 {
|
||||||
compatible = "snps,dw-apb-uart";
|
compatible = "snps,dw-apb-uart";
|
||||||
reg = <0x0 0x51040000 0x0 0x1000>;
|
reg = <0x0 0x51040000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -523,7 +523,7 @@
|
||||||
clock-output-names = "sd_sd4clk";
|
clock-output-names = "sd_sd4clk";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdhci: sdhci@52300000 {
|
sdhci: mmc@52300000 {
|
||||||
compatible = "socionext,synquacer-sdhci", "fujitsu,mb86s70-sdhci-3.0";
|
compatible = "socionext,synquacer-sdhci", "fujitsu,mb86s70-sdhci-3.0";
|
||||||
reg = <0 0x52300000 0x0 0x1000>;
|
reg = <0 0x52300000 0x0 0x1000>;
|
||||||
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
|
Loading…
Reference in a new issue