dts: arm: nxp: k8x: rename nodelabels to match SoC docs
Have nodelabels match the SoC docs so when a nodelabel reference is made in the code its easier to relate to the SoC. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
61d8af8536
commit
2eb28c1364
2 changed files with 30 additions and 30 deletions
|
@ -54,13 +54,13 @@
|
|||
compatible = "pwm-leds";
|
||||
|
||||
red_pwm_led: red_pwm_led {
|
||||
pwms = <&pwm3 4 15625000 PWM_POLARITY_INVERTED>;
|
||||
pwms = <&ftm3 4 15625000 PWM_POLARITY_INVERTED>;
|
||||
};
|
||||
green_pwm_led: green_pwm_led {
|
||||
pwms = <&pwm3 5 15625000 PWM_POLARITY_INVERTED>;
|
||||
pwms = <&ftm3 5 15625000 PWM_POLARITY_INVERTED>;
|
||||
};
|
||||
blue_pwm_led: blue_pwm_led {
|
||||
pwms = <&pwm3 6 15625000 PWM_POLARITY_INVERTED>;
|
||||
pwms = <&ftm3 6 15625000 PWM_POLARITY_INVERTED>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -155,7 +155,7 @@
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&pwm3 {
|
||||
&ftm3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -175,6 +175,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&usbd {
|
||||
&usbotg {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -22,15 +22,15 @@
|
|||
i2c-1 = &i2c1;
|
||||
i2c-2 = &i2c2;
|
||||
i2c-3 = &i2c3;
|
||||
pinmux-a = &pinmux_a;
|
||||
pinmux-b = &pinmux_b;
|
||||
pinmux-c = &pinmux_c;
|
||||
pinmux-d = &pinmux_d;
|
||||
pinmux-e = &pinmux_e;
|
||||
pwm-0 = &pwm0;
|
||||
pwm-1 = &pwm1;
|
||||
pwm-2 = &pwm2;
|
||||
pwm-3 = &pwm3;
|
||||
pinmux-a = &porta;
|
||||
pinmux-b = &portb;
|
||||
pinmux-c = &portc;
|
||||
pinmux-d = &portd;
|
||||
pinmux-e = &porte;
|
||||
pwm-0 = &ftm0;
|
||||
pwm-1 = &ftm1;
|
||||
pwm-2 = &ftm2;
|
||||
pwm-3 = &ftm3;
|
||||
spi-0 = &spi0;
|
||||
spi-1 = &spi1;
|
||||
spi-2 = &spi2;
|
||||
|
@ -39,7 +39,7 @@
|
|||
uart-2 = &lpuart2;
|
||||
uart-3 = &lpuart3;
|
||||
uart-4 = &lpuart4;
|
||||
usbd-0 = &usbd;
|
||||
usbd-0 = &usbotg;
|
||||
watchdog0 = &wdog;
|
||||
};
|
||||
|
||||
|
@ -111,7 +111,7 @@
|
|||
label = "GPIO_0";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
nxp,kinetis-port = <&pinmux_a>;
|
||||
nxp,kinetis-port = <&porta>;
|
||||
};
|
||||
|
||||
gpiob: gpio@400ff040 {
|
||||
|
@ -121,7 +121,7 @@
|
|||
label = "GPIO_1";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
nxp,kinetis-port = <&pinmux_b>;
|
||||
nxp,kinetis-port = <&portb>;
|
||||
};
|
||||
|
||||
gpioc: gpio@400ff080 {
|
||||
|
@ -131,7 +131,7 @@
|
|||
label = "GPIO_2";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
nxp,kinetis-port = <&pinmux_c>;
|
||||
nxp,kinetis-port = <&portc>;
|
||||
};
|
||||
|
||||
gpiod: gpio@400ff0c0 {
|
||||
|
@ -141,7 +141,7 @@
|
|||
label = "GPIO_3";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
nxp,kinetis-port = <&pinmux_d>;
|
||||
nxp,kinetis-port = <&portd>;
|
||||
};
|
||||
|
||||
gpioe: gpio@400ff100 {
|
||||
|
@ -151,7 +151,7 @@
|
|||
label = "GPIO_4";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
nxp,kinetis-port = <&pinmux_e>;
|
||||
nxp,kinetis-port = <&porte>;
|
||||
};
|
||||
|
||||
i2c0: i2c@40066000 {
|
||||
|
@ -247,37 +247,37 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pinmux_a: pinmux@40049000 {
|
||||
porta: pinmux@40049000 {
|
||||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x40049000 0x1000>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 9>;
|
||||
};
|
||||
|
||||
pinmux_b: pinmux@4004a000 {
|
||||
portb: pinmux@4004a000 {
|
||||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x4004a000 0x1000>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 10>;
|
||||
};
|
||||
|
||||
pinmux_c: pinmux@4004b000 {
|
||||
portc: pinmux@4004b000 {
|
||||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x4004b000 0x1000>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 11>;
|
||||
};
|
||||
|
||||
pinmux_d: pinmux@4004c000 {
|
||||
portd: pinmux@4004c000 {
|
||||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x4004c000 0x1000>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 12>;
|
||||
};
|
||||
|
||||
pinmux_e: pinmux@4004d000 {
|
||||
porte: pinmux@4004d000 {
|
||||
compatible = "nxp,kinetis-pinmux";
|
||||
reg = <0x4004d000 0x1000>;
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x1038 13>;
|
||||
};
|
||||
|
||||
pwm0: pwm@40038000 {
|
||||
ftm0: pwm@40038000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
reg = <0x40038000 0x1000>;
|
||||
interrupts = <42 0>;
|
||||
|
@ -287,7 +287,7 @@
|
|||
#pwm-cells = <3>;
|
||||
};
|
||||
|
||||
pwm1: pwm@40039000 {
|
||||
ftm1: pwm@40039000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
reg = <0x40039000 0x1000>;
|
||||
interrupts = <43 0>;
|
||||
|
@ -297,7 +297,7 @@
|
|||
#pwm-cells = <3>;
|
||||
};
|
||||
|
||||
pwm2: pwm@4003a000 {
|
||||
ftm2: pwm@4003a000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
reg = <0x4003a000 0x1000>;
|
||||
interrupts = <44 0>;
|
||||
|
@ -307,7 +307,7 @@
|
|||
#pwm-cells = <3>;
|
||||
};
|
||||
|
||||
pwm3: pwm@400b9000 {
|
||||
ftm3: pwm@400b9000 {
|
||||
compatible = "nxp,kinetis-ftm";
|
||||
reg = <0x400b9000 0x1000>;
|
||||
interrupts = <71 0>;
|
||||
|
@ -367,7 +367,7 @@
|
|||
label = "TRNG";
|
||||
};
|
||||
|
||||
usbd: usbd@40072000 {
|
||||
usbotg: usbd@40072000 {
|
||||
compatible = "nxp,kinetis-usbd";
|
||||
reg = <0x40072000 0x1000>;
|
||||
interrupts = <53 1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue